Solved Adding values to column in runtime in Collection

sivagelli

Well-Known Member
Use the Utility - Collection Manipulation VBO's Set Collection Field Action:

Business Object: Utility - Collection Manipulation
Action: Set Collection Field
Inputs:
- Row Index: <0, represents the first row.>
- Collection: <Name of the collection>
- Field Name: <Field Name>
- Value: <Value>

Outputs:
- Updated Collection: <Can be a new collection or use the same collection passed in the the Input parameters to update field data>
 

sivagelli

Well-Known Member
There is no difference, it is the same Action. However, flag values needs to be passed as True or False with no double quotes. Though the acceptable input value is Text, BP will cast internally and update the field accordingly.
 
Top