Hi experts,
I'm trying to understand a query. Is it possible to find where the variable value is defined.
Ex- I'm trying to search the root of marketCombination variable.
Thanks
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @Shaktiraj_D, this variable should be defined by a previous activity in the same worfkow (Or in the same activity in it initialization script). You can trace the variable in the workflow task window, adding eventVariables to the list:
With this, you can trace where has marketCombination has been generated and its value.
To use it in a query you can use
Hope this helps!
Hello @Shaktiraj_D, this variable should be defined by a previous activity in the same worfkow (Or in the same activity in it initialization script). You can trace the variable in the workflow task window, adding eventVariables to the list:
With this, you can trace where has marketCombination has been generated and its value.
To use it in a query you can use
Hope this helps!
Nice answer! You definitely deserve a community advisor mark, have seen you in every post lately
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies