I'm working on an integration involving Dynamics 365 sales orders and an on-prem ERP via Azure (CDS, Logic Apps, Web API, etc.).
Upon sales order creation/update, CDS calls my Logic App. However, I can only access the record one attribute at a time. How do I send the entire record in my Logic App from CDS to my Web API?