Retrieve Requester comments

Hello,

I have created a workflow to send email to support team along with role detail and requester details once access request is approved.

My workflow is not getting triggered and additional I am not able to pull role name and requester comment in email


Hi,

Please check the filter string if its added correctly. You can validate filter string
https://jsonpath.com/

Regarding the variables data I see requested items is an array. You need to add $.requestedItemsStatus[0].name

-Abhinov