How to access ctx value in Javascript code workflow
Hi,
I want to access adminSystem parameter in workflow using javaScript code. From value of adminsytem I want to split the templates.
Thank you in advance.
Best regards,
Hi,
I want to access adminSystem parameter in workflow using javaScript code. From value of adminsytem I want to split the templates.
Thank you in advance.
Best regards,
Not from query, It is coming from api and right now i am triggering from postman.
Hi @riyama
Could you please log the variables res and result to see the structure.
If I am understanding you structure correctly then, you can access adminSystems by :-
var a = res.data;
var b=a.adminSystems.
Regards
Akshay
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.