Dynamic dropdown in form: Access Profile / Identities

Hey @wassimbir
I checked SailPoint’s and a few other documents for ISC forms:

  • Forms are static
    • Dropdowns and other fields are defined at design time.
  • No native support for dependent dropdowns
    • You cannot configure one field to dynamically filter another based on its selection.
  • Rules cannot inject dynamic options into forms
    • BeanShell or workflow rules can manipulate provisioning plans or identity attributes, but they cannot refresh a form field in real time.
  • Supported dynamic behavior is limited to:
    • Pre-populating fields with identity attributes.
    • Using workflows to collect data in multiple steps (e.g., first form → workflow query → second form).
    • Using APIs externally to build a custom UI that interacts with ISC.