Get Textbox Length
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built Action located under the Captured Textbox Element, instructs the Avo Assure to get the maximum allowed length of the textbox and save the result in the dynamic variable.
Input Value: N/A
N/A
Not Applicable
Output Value:
<Dynamic Variable> (Required)
Specify the dynamic variable to store the length of the text fetched from the textbox.
<Dynamic Variable> (Optional)
This variable stores the status as True or False
Note:
This action fetches the maximum number of supported characters by the text box, not the user input character length.
Example
Retrieves the character length (capacity) of the specified textbox.
The Get Textbox Length action does not take any value in the Input Value column. It fetches the maximum character length allowed in the textbox. The retrieved length (e.g., 12) is stored in the {TextLength} variable, while the execution status is stored in the {Status} variable, with the following possible values:
True – If the length is retrieved successfully.
False – If the operation fails or an error occurs.