Result Set ID

Use this field to specify the name (ID) of a result set that was created earlier using the Load Collection event action type. This is the result set that you want to update.

Note: This field is enabled only if you select the Update Loaded Collection option.

The contents of this field must use this syntax:

name

where name is the name of a result set that was created by an earlier (LoadCollection) action in the sequence.

When you click OK to return to the Event Actions form, the application "wraps" this name within a COLLECTION( ) parameter, which yields this final syntax:

COLLECTION( ID )