Non entity field in form

0
Hi, I have created a form with data view which is associated with an entity. Here in the form I require an additional text field which is not associated with the entity and not required to store; this field value is used for a different purpose in microflow. How it is possible ? At present mendix is throwing an error “Please select an attribute for text field”.   Thanks!
asked
1 answers
1

Iqbal,

You should use a reference selector for that field instead of a text field.

Hope that helps,

Mike

answered