Sending Form Data to ServiceNow Ticket in SailPoint ISC

Hello @amishra25 ,

Is your workflow something like this :

Is yes , check the corresponding variable names of the forms .
Lets say the form looks like below :

So for example if I want to use the “Select Entitlements” Values in the workflows , I would use the technical name of the field .

The technical name of the select entitlements field is : selectEntitlements

So to use this in workflow I would call :
$.form.formData.selectEntitlements

So in Generic way it would be $.form.formData.technicalNameOfTheFormObject

Note: Access Request Submitted is an REQUEST_RESPONSE Trigger which expects post call to full fill the request . Refer for more information.