I have two fields like this, only when "Yes" is selected for "Limited" field can user input value for "Limit" field. But I found when "Limit" is disabled, the value is still there.
How can I clear value after "Limit" is disabled?
Discussion posts and replies are publicly visible
The important concept in Appian SAIL is, that we do not modify a UI component, but only the underlying data we feed into that component. So to remove a value displayed in one field, just delete that value in a saveInto in another field using a!safe().