How to edit workflow form

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.

Hi Experts,

I’d like to know if it’s possible to adjust the input text size in the workflow form and allow users to press Enter to move to a new line. The textarea is intended to receive CSV values from users.

Hi @Bernardc ,

You have the option to set the display type of this field to “textarea.” This will allow you to enter text in a multi-line format. When you press the Enter key, it will create a new line within the field, enabling you to continue typing without submitting the form.

 <Field displayName="CSV Input" displayType="textarea" name="input" type="String"/>