Auto-Populate Form Fields Based on Identity Selection in Existing Form and Workflow

Hi everyone,

I’m working on a use case where I’ve created a form in SailPoint, and I’d like to implement dynamic field population based on the selection in the first field.

The first field in the form is a dropdown where the user selects an identity. Once an identity is selected, I want the remaining fields—such as location, first name, last name, and date of birth—to be automatically populated with information related to that identity.

Important constraint: I must achieve this using the existing form and workflow—creating a new form is not an option.

Has anyone implemented a similar requirement or can offer guidance on how to accomplish this within the constraints?

Appreciate your help!

Hi @pchhaba

Welcome to the Developer Community :tada:
Are these fields the identity attribute data ?
If not , are these condition specific , like , if the identity has this data then location is this . If so , how many such conditions are there?

These fields are identity attribute data

@pchhaba

Do you want these data to be displayed in the form itself or you want them to use the data in the workflow ?

Generating Dynamic Input Data is not possible within the forms .
But if you want to use this data in the workflow you can do it

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.