📄️ Create Entity
Parameter Reference
📄️ Delete Entity
Parameter Reference
📄️ Find Entity
Retrieves the first item that matches the conditions.For attributes of type EntityReference (e.g. Customer, Lookup, Owner) additional tokens will be created to expose the name and logical name of the reference. Tokens areName] and [<OutputTokenName>:LogicalName]
📄️ Read Entity
Retrieves one entity by its unique identifier (GUID).For attributes of type EntityReference (e.g. Customer, Lookup, Owner) additional tokens will be created to expose the name and logical name of the reference. Tokens areId], [<OutputTokenName>LogicalName]
📄️ Read Multiple Entities
Retrieves multiple entries from the Dynamics CRM server based on conditions with ability to order the results. The resulting Dynamics CRM entities are mapped into a DnnSharp List. This list can be use in further 'Execute Actions for each List Entry' actions that will iterate through the list and execute the Action List provided on each list.For entity attributes of type EntityReference (e.g. Customer, Lookup, Owner) additional tokens will be created to expose the name and logical name of the reference. Tokens areId], [<EntityPropertyName>LogicalName]
📄️ Update Entity
Parameter Reference