Hi!
I'm using the Dynamics 365 Business Central connectors in Power Automate, specifically consulting the salesOrder table. I need to retrieve the Payment Method field (I guess this should be the paymentMethodId field), but when I use Get record or Find records actions, its not there:
the closest I get is paymentTermsId, but not payment method. I also looked into the Dynamics 365 Business Central documentation, and unfortunately, the API for Get values in the sales order does not reply with the payment method (link here
Get salesOrders - Business Central | Microsoft Learn). Additionaly, the code view in Power Automate used in the call doesn't seem to be selecting any specific columns (not using $select at all).
Is there any way I can get this field or any workaround to obtain this value with the API? Would it be of any help if I created a custom connector for this API? Thank you!