Hi,
I'm using Flow for CRUD operation on Dynamics CRM data.
I'm trying to fetch all the related "Appointments" for a given "Contact" from CRM. For this I've already tried "Dynamics 356 - List Records" and "Dynamics 356 - List Records (V2)" actions/activities in the flow with "Expand Query" option (Contact_Appointments). This is a general 1:N relationship in default Dynamics CRM instance. However, the body of the response does not contain any related "Appointment" data. (I do not get any error message, the body only contains the "Contact" entity data). Following is the details of the action.
Dynamics 356 - List Records - Action
It would be really helpful if anyone can guide me how to achieve it.