10/03/2023 06:59 AM
Hi,
Is it possible to fetch request comments in createAccountJSON. Eg : These comments
Best Regards,
Varun
10/03/2023 10:34 PM
Hello @varunpuri,
Could you please try with this binding variable,
${arsTasks.comments}
Thanks,
10/03/2023 10:39 PM
Can you try this once:
task?.comments
10/04/2023 01:53 AM
Hi @varunpuri ,
Can you try below one:
${task?.requestKey.comments}