<< Click to Display Table of Contents >> Automation Anywhere: AppendFileToParameter |
Overview
This operation lets you append a file to your start parameter JSON. The file data must be encoded in base64 format. This action will not work properly if you upload the binary file.
Input
•xpath: XPath of the file in Bizagi.
•fileName_in: Name of the file as it will be saved in Bizagi. Add the extension of the file to the name.
•data: Data of the file encoded in base64 format.
•startParameters: Start parameters JSON. The collection should exist in the JSON.
Output
•startParameters: Updated start parameter JSON.
Important considerations
You can use the operation FileToBase64 to encode the file.
Last Updated 1/6/2022 4:37:50 PM