Mark Carrington
Mark Carrington
I believe the OData & therefore the Power Automate conversion is fixed in https://github.com/MarkMpn/MarkMpn.FetchXmlToWebAPI/pull/6 if you want to pull the latest version of this submodule @rappen. The SQL conversion works...
Yes, it's using an old Azure Batch configuration which is no longer supported, and on an Azure subscription which I am no longer getting the free credits for which I...
I've found if you do e.g. `/api/data/v9.0/accounts?$select=parentaccountid` the JSON you get returned includes every attribute, including `_parentaccountid_value`. If you do: `/api/data/v9.0/accounts?$select=_parentaccountid_value` then you only get the requested `_parentaccountid_value` field.