Hi,
I have an audit table that stores the before and after values as data is changed on the front end. I want to transform the audit data as below
| Propcode | TenantCode | StartDate | EndDate |
| 1011 | 32844 | 23/12/2010 | 16/05/2014 |
| 1011 | 50967 | 11/06/2014 | 11/06/2014 |
| 1011 | 51033 | 10/07/2014 | 15/07/2014 |
| 1011 | 51120 | 13/08/2014 | |
I had an attempt but not sure how to transform the data to get the above. I have attached the workflow
Thanks
Jag