ExistsInCollection <T>
Description
Returns true if an item exists in a collection.
Properties
Misc
- Collection – Collection list object to be checked for existence of given item.
- DisplayName – Add a display name to your activity.
- Item – An Item to be checked for existence.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
- Result – Returns true if an item exists in a collection
- TypeArgument – The display name of the activity.
Example
Download Example