Reading Request Comments in createAccountJSON

varunpuri
Regular Contributor
Regular Contributor

Hi,

Is it possible to fetch request comments in createAccountJSON. Eg : These comments

varunpuri_0-1696341555371.png

 

Best Regards,
Varun

3 REPLIES 3

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @varunpuri,

Could you please try with this binding variable,
${arsTasks.comments}

Thanks,

 

Manu269
All-Star
All-Star

Can you try this once:

task?.comments

Manish Kumar

pmahalle
Valued Contributor II
Valued Contributor II

Hi @varunpuri ,

Can you try below one:

${task?.requestKey.comments}


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.