Max 1000 characters for a note field when the dropdown “B” only is selected.
See screenshot (example) in attachment.
Please suggest a solution to achieve this functionality. Thanks in advance.
Max 1000 characters for a note field when the dropdown “B” only is selected.
See screenshot (example) in attachment.
Please suggest a solution to achieve this functionality. Thanks in advance.
@AhmadB16 The easiest way is to have two text areas with the visibility condition.
What is the other way?
@AhmadB16 Max 1000 Characters - is this value place holder text or default value when option B is selected >
if its placeholder text then we need to have two text areas configured. If its default value, then we can go with on change action set configuration for drop down control with “Set Value” option and select the property which refers the note.
Hope this helps.