My Dynamics 365 implementation has a number of custom solutions which act to link up the data various entities. When I query D365 using an HTTP request, I can use $expand to reference custom navigation properties associated with an Entity to retrieve all the data I need in one query string.
However the 'Expand Query' input field in the 'List Records' action doesn't seem to work with these custom navigation properties (in fact, it seems to fail silently, with the Flow running successfully but no data returned from the expand query). This is a problem for me as sometimes these are the only way to connect the data in two different records, which means I can't use Flow in these cases. Please could you roll out support for this?
Thanks!