LassoScript Utility
Basics Browse Detail

[Action_AddRecord]

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

Description

[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.

Syntax

[Action_AddRecord: (Array: 'Value1', 'Value2', 'Value3')]

Parameters

Required Parameters
Array An array containing one element for each field in the returned record.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.