SetTableRecordFieldValue
Official API
Implemented Class
Sets a record field value in a Table.
Arguments
<In> TableRecordID : long
The ID of the TableRecord to be updated.
You can find this info from the API or from the link when accessing it through the web.
<In> FieldName : string
The internal name of the field.
You can find this name by accessing the edit panel of the table.
<In> Value : object
The value to be placed at the field.
Important! When setting fields which accept multiple values, such as attachments, watch out for:
- Make sure to set the field as an array object
- Because you’re setting the field, any value present in the list will be removed
Inherited Arguments
<In> Bearer : string
The Bearer authorization token generated by Pipefy.
<In> Timeout : int
The timeout limit (in ms) for the request to be completed.
<Out> Status : string
A brief status message of the result of the action.
<Out> Success : boolean
True if the action was successful.