On the form, when creating a new user, I only want to show the field Area, if choose for example the User Role C.

0
On the form, when creating a new user, I only want to show the field Area, if choose for example the User Role C. I already the tried to fix it with a validation through microflow, but I cant check what User Role was selected, i tried with $Account/System.UserRoles/System.UserRole/Name but it says its not allowed. Am I doing anything wrong? Or a way that I can condition visibility for the field ‘Area’ depending on the Input Reference set selector ‘User Role’ ? The form looks like this:  
asked
1 answers
0

Hi Joao,

Create a boolean in account something like IsHide and when you select a particular role you could call a microflow on change and when it matches with your userrole you want to change Ishide to boolean to true.

For that area dropdown add a visibility based on the Ishide.

 

answered