Tag Link | [Action_AddRecord] | Category | Custom Tag |
---|---|---|---|
Type | Process | Source Available | No |
Support | Preferred | Version | 8.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | Internal | Sets | Lasso 8.5, Lasso 8.0 |
[Action_AddRecord] is used to add a record to the result set within the ->Action tag of a custom Lasso data source. The tag requires one parameter which is an array of field values for one row of the result set. The tag can be called multiple times to return multiple rows.
[Action_AddRecord: (Array: 'Value1', 'Value2', 'Value3')]
Required Parameters | |
---|---|
Array | An array containing one element for each field in the returned record. |
See the Lasso 8 Language Guide for examples of how to use this tag.