Finding root of variables
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
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
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!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.