Automation Anywhere: AddColumnToLastRowParameter

<< Click to Display Table of Contents >>

Navigation:  Low-code Process Automation > Studio Cloud - Authoring environment > Bizagi Studio > Bots > Automation Anywhere bot integration > Automation Anywhere Metabot >

Automation Anywhere: AddColumnToLastRowParameter

Overview

This operation lets you add a value to a column of a row in a collection that already exists in your start parameters JSON. You must fill the all the needed columns of the row before adding another row using the operation AppendRowToCollectionParameter.

 

Input

xpath: XPath of the attribute in Bizagi.

columnXpath: XPath of the column inside the collection. Do not include the collection XPath in this definition.

value: Value to save in your Bizagi attribute.

startParameters: Start parameters JSON. The collection should exist in the JSON.

 

Output

startParameters: Updated start parameter JSON.

 

AutomationAnywhere026

 

Important considerations

Before adding a new row with the operation AppendRowToCollectionParameter, you must fill all the needed columns of the last row.


Last Updated 1/6/2022 4:37:46 PM