Upload a File
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to upload a file on the object specified in the input by providing the file path from the local system.
Input: <Object Type >;<Visible Text(Optional)>;<index>;<file path>;< file name><wait(in second)>;<abs (optional)>
For above syntax user needs to give specific Object type, visible text of the object (optional) along with element index of the object. The file path, file name, and wait time (in seconds) each separated by a semicolon.
Note:
If the ‘wait (in seconds)’ input is specified, then the action will be performed after the duration of the specified wait time.
If for last argument abs is defined, then the Action must be executed with absolute preformation with the specified visible text in the input.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
In this scenario, a user is filling their health information in the health application. The user wants to upload a file that contains all their health details, such as weight, blood pressure, steps, and diet. Using the Upload a File action, the user can easily upload the entire health data file into the application.
button;;0;C:\Users\abc\Downloads;health.png;5
The Upload a File Action should be uploaded to object's location.
The Upload a File action successfully performs and upload the file to the object's location.