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