For each property of a form element (group or field) allow their values to accept expressions. The exceptions to this rule would be the type, input type, fieldName properties.
While inputType might be fixed, its sub properties might benefit from being dynamic (thinking of dynamic min/max length of a text-box as part of some validation).
The same considerations should be made when introducing new form element properties.
Type: Group
Type: Field
In addtion, many of the expression could be simplified by accepting the {fieldName} notation that we are familiar with in the popup configuration. This way we could string together the existing values of fields or develop a more dynamic expression with arcade.
Would love for fields to accept dynamic expressions! I would use Field Maps much more if this was possible
Adding my support for this idea! The form title accepts dynamic labeling, I wish other field and group names did as well.
Use case being fields that serve a dual-purpose depending on AssetType.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.