Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Assistance Required: Issue with Parsing Values in Stored Procedure on GRANTACCESSJSON

AtrayeeDutta
Regular Contributor
Regular Contributor

Hi Team,

We are currently using a stored procedure in GRANTACCESSJSON, in which we need to parse the requestor email, ev.customproperty25, entitlement value, and approver email. However, the values aren't getting passed to the target system as expected, and tasks are getting completed in Saviynt. Here is the procedure we are using:

{
"Role": "CALL TEST('${requestor.email}','${task.entitlement_valueKey.customproperty25}','${task.entitlement_valueKey.entitlement_value}','${lastApprover.email}')"
}

Could you please verify if we are using the correct binding variable? Any assistance in this matter would be greatly appreciated.

Thanks.

1 REPLY 1

rushikeshvartak
All-Star
All-Star

requestor & lastApprover are not correct variables


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.