Long text input
Input longer than a line pieces of text
What is a Long text input
Long text input is an input component that allows you to enter multiple lines of text. The value can be entered by the user or later fetched from an uploaded dataset (bulk-run).
When to use the Long text input component
The Long text input component is suitable for long pieces of text. Such as a responses, audio transcription, etc.
How to add a Long text input to my custom Tool
The Long text input component is listed under User inputs. You can add it to your Tool using the main section or the side-bar.
Long text input setting
- Title: the title of your input component
- Description: To describe what this input is or will be used for, etc.
- Variable name: located on the bottom left and marked in green, you can rename the variable and use the name to access the data in your Tool
- Optional/Required: located on the top right, as the name suggests, unlike an optional component, a required components must be provided before your analysis starts.
Set a default value
To set a default value for an input component, enter the value and click on the small setting icon on the bottom right. Next click on
Set current value
.
Access the entered text
To access the entered text use the variable mode {{}}
and the input step name. Under the default setting it is accessible
via {{long_text}}
(or params.long_text
in a JavaScript step).
Was this page helpful?