Event Action Load Collection
Use this form to construct an application event action that loads a specified collection associated with an IDO. You can use various options on this form to limit the amount of data returned by this event action.
The data retrieved by this action is held in a "result set", which you must then refer to for further action.
The primary goal of the
action type is to see the properties retrieved, so a action is generally followed by one or more PROPERTY() or FILTERPROPERTY() expressions.If you do not know ahead of time how many rows will be retrieved based on the FILTER(), a ROWS() expression is required. In this case, you use it to limit the values passed into PROPERTY() and FILTERPROPERTY() for the row number argument. This is especially useful when you have executed multiple Load IDO Collection actions and must keep their results separate.
So instruct the event action to return only unique property combinations, select Distinct.