Question
4
Replies
2644
Views
Cognizant
Posted: August 9, 2019
Last activity: November 1, 2019
Closed
Loop through a value list or value group using data transform
Hi
I want to loop through a value list or value group using data transform.
ValueList(1)="DateTimeValue1"
ValueList(2)="DateTimeValue2"
ValueList(3)="DateTimeValue3"
I have a parameter that contains a date time value "MyDateTimeValue"
Need to check whether "MyDateTimeValue" is grater than ValueList(1) or ValueList(2) or ValueList(3)
Please help me
***Edited by Moderator Marissa to update platform capability tags****
Hi Sarbartha,
I do not think you can do this through Data transform.
The following property types have limited support in data transforms and have no support in JSON data format transforms:
You can use an activity to do this.