Drop File On the Object
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 drop a file on the object specified in the input by providing the file path from the local system and store the result in output variable.
Input: <Object Type >;<Visible Text(Optional)>;<index>;<file path>;<file name>;<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 value which needs to be set on the object and abs.
Note: 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, the user is testing a file upload feature in a web-based document management application. The application allows users to drag and drop files from their local system into the web interface to upload documents. With the help of ‘Drop File On the Object’ Action The file will upload on Object.
This action needs to upload file on the given Object.
The Action successfully uploaded document on the gin object.