IDN/ISC custom form pre-populate field value

Hi All,

We have a requirement with IDN custom forms where an Approval Form needs to be sent to the manager in an email (this is easy). Once clicked, the form should be rendered and pre-populated with data to help the approver review the information and action the request.

I tried using the PATCH method on the form instance ( https://sailpoint.api.identitynow.com/beta/form-instances/:formInstanceID) to pre-populate the placeHolder value(s) but that didn’t work.

Is there any other way in which this requirement can be achieved?

Cheers
Sonal

Sonal,

You might take a look at this tutorial. It might give you some ideas.

Alicia

1 Like

Your requirement closely matches to this Passing data from API to interactive form/form in ISC. Please check