내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

Finding root of variables

Avatar

Level 1

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. 

ShaktirajDa_0-1715247855715.png

 

Thanks

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 7

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:

Heku__0-1715249518646.png

Heku__1-1715249644370.png

With this, you can trace where has marketCombination has been generated and its value.

To use it in a query you can use 

Heku__2-1715249817096.png

Hope this helps!

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Level 7

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:

Heku__0-1715249518646.png

Heku__1-1715249644370.png

With this, you can trace where has marketCombination has been generated and its value.

To use it in a query you can use 

Heku__2-1715249817096.png

Hope this helps!

Avatar

Level 7

Nice answer! You definitely deserve a community advisor mark, have seen you in every post lately 

Avatar

Level 7

Thank you, @CampaignerForLife! I'm sure you deserve it too, I see you in a lot of posts 

ᕕ( ᐛ )ᕗ

😄

Avatar

Level 7

CampaignerForLife_0-1715264281448.png