Hidden enumeration

0
Is it possible with a condition to hide a enumeration until a certain value is inserted? Or is this behavior only possible with a micro flow? Thank you for the reaction. Kind regards, Bas
asked
1 answers
0

Yes you can, In the onchange event of a certain field. Check the value, set the enum and refresh the object. You need an extra enum to make your enum visible. Set conditional visible dependent to that visible_enum.

answered