Microsoft Dynamics 365 - Search objects action (batch)

This action retrieves a list of objects in Microsoft Dynamics 365 that match the specified search criteria.

Input

FieldDescription
Object nameSelect a standard or custom Microsoft Dynamics 365 object to monitor. For example, Lead.
Result list sizeNumber of records retrieved. Minimum is 1, maximum is 5000. Defaults to 200.
Output fieldsSelect the fields of the selected objects you plan to use in your recipe.
Filter conditionCondition to filter the records. Use OData $filter syntax. For example, contains(name, 'sample') and revenue gt 1000000. Learn more about filters.
Order bySpecify the order in which items are returned.
ExpandExpand navigation properties in the related entity set.
Next page URLNext page URL, returned by a previous call, to request the next page of results.

Output

The output datatree contains a list of objects that match the search criteria. Each object contains information, such as ID and other attributes.

FieldDescription
RecordsA list of records that match the search criteria.
Next page URLURL to fetch the next page of results.

Last updated: