I will take below workflow as an example, the first query activity has a js code in initialization script: vars.version1=1.1
2. The second split activity trying to get the variables set in the query activity. Use the expression like below: $(vars/@version1)
3. There a below error when I run the workflow:
XTK-170036 Unable to parse expression "'1.1'".
The expression looks like get the value of the variable version1, but it can not set to the Segment code. Is there any problem with the expressions? If yes, please let me know how to correct it? Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Try injecting it to the xml using the initialization script inside the split activity
activity.transitions.extractOutput[0].code = vars.version1
Cheers,
Sagi
Hi,
Try injecting it to the xml using the initialization script inside the split activity
activity.transitions.extractOutput[0].code = vars.version1
Cheers,
Sagi
Thank you! That is working
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies