Hi all,
Currently working on an integration at the moment, and it involves exporting a Leave Request and its related Leave Request Details using Microsoft Flow once the Leave Request is approved.
Can't seem to get the related Leave Request Detail entity using either the "Get record" or "List record" CDS actions. "Get record" doesn't accept the foreign key Leave Request as its item identifier - it says "cdm_leaverequestdetail With Id = c94b244c-fdd9-e911-a977-000d3ab6d727 Does Not Exist", and "List record" says "Could not find a property named 'LeaveRequest' on type 'Microsoft.Dynamics.CRM.cdm_leaverequestdetail'."
Is there a different way of retrieving the Leave Request Detail via Flow using a different property?
Any help is greatly appreciated.