enable/disable textfields using a MF

3
is it possible to enable and or disable a textfield using a MF?
asked
1 answers
2

Yes, but indirectly. A microflow can set a boolean or enumeration attribute (or use a virtual attribute) that is used for the conditional formatting of the text field.

answered