ISC does not support dependent dropdowns in a single form. Form fields are evaluated only once at load time, so the second field cannot dynamically change based on the first selection.
Hello,
While looking some other similar topics, I found that someone has succeded to implement it, i will try to do implement it and post the solution if i did succeed.
Hi @wassimbir , We can use dynamic values in the forms using inline variables.
Here is the documentation regarding how to use the inline variables in forms.
Hi @wassimbir , could you please send the form json script? I have tried same scenario in my tenant, but somehow it is not populating the values for the field which is dependent on above field.
Thanks in advance
This is not possible unless you pull all the Identity data down in one shot, which is only technically possible if the total set of possible identities to pull is less than or equal to 10 000. In that case, use search, but carefully: no nested data, and really just ask for the attributes you need (at most 3 attributes per dropdown option): A Complete Guide to Retrieving Identity Data via the Identity Security Cloud API
Then, you can run a JSONpath filter on the in-memory results from that single /search endpoint, and present the relevant data.