0
votes

Following is the exact scenario in my Logic App:

I need to fetch records from an entity, but it has many related entities as well, so I need to populate some fields from other related entities. How can I achieve this using Dynamics CRM connector in Logic App?

Also, default max records in Dynamics CRM List action is only 256, whereas my entity is containing thousands of records. what would be the best way to retrieve all records?

Or should I always use CRM REST APIs in Azure function in such scenarios?

Nirman

1
From my experience, Logics Apps are not suited to work with a bigger set of data but rather processing single items. You will have to use the CRM Web API.Filburt

1 Answers

0
votes

Logics Apps are not suited to work with a bigger set of data but rather processing single items. Use the CRM Web API instead.