Forum Discussion
LZhang
16 years agoFrequent Contributor
Hi:
I have a property step in which it stores only StartDate (14 rows total). The value for each StartDate is in UTC format: 2009-06-24T13:58:26Z. My goal is to transfer all these 14 StartDate
into the next step which is a datasource Grid type so I can loop this datasource later. The 14 StartDates are in increment:
2009-06-24T13:58:26Z
2009-06-25T13:58:26Z
2009-06-26T13:58:26Z
2009-06-27T13:58:26Z
2009-06-28T13:58:26Z
.....
That's why I need a datasource to loop. Please provide me with an example how I can accomplish this. Thank you.
Li
I have a property step in which it stores only StartDate (14 rows total). The value for each StartDate is in UTC format: 2009-06-24T13:58:26Z. My goal is to transfer all these 14 StartDate
into the next step which is a datasource Grid type so I can loop this datasource later. The 14 StartDates are in increment:
2009-06-24T13:58:26Z
2009-06-25T13:58:26Z
2009-06-26T13:58:26Z
2009-06-27T13:58:26Z
2009-06-28T13:58:26Z
.....
That's why I need a datasource to loop. Please provide me with an example how I can accomplish this. Thank you.
Li