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?
Welcome to the Developer Community
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?