Get Input Help
This is a pre-built action available under the Captured Textbox Element from the SAP GUI Application. The functionality of this action in Avo Assure is to fetch the input help (such as suggestions or list options) for a textbox or input and save the result in the dynamic variable.
Syntax
Input Value: <(optional)Row;Column>
Note: If no row and column are specified in the Input Value, the action will retrieve the default or first input help entry available for the element.
<(optional)Row;Column>
Enter the row and column number of the input help entry to be retrieved (if specific position is required)
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the result as True or False.
Example
Fetches input help suggestions for a textbox
The Get Input Help action does not require any value from the Input Value column. It retrieves the input help suggestion (such as a dropdown or suggestion list) for the specified textbox. The result is stored in the {InputHelp} variable.
Without optional input value

With optional input value

Last updated
Was this helpful?