‘Update a record’ action using FinOps connector in Logic apps

If you want to updates a single record in an entity using Logic apps, we have two options

Use Odata URL directly in the POST method like below

PATCH URL/data/SalesOrderPools(PoolId='04',dataAreaId='usmf')
BODY
{
  "PoolName": "Updated text"
}

Second option is via logic apps connector. It is tricky to understand the field notation. But once we get the grip, it is easy

If the…

Continue Reading AnithaEswaran’s Article on their blog

‘Update a record’ action using FinOps connector in Logic apps

If you want to updates a single record in an entity using Logic apps, we have two options Use Odata URL directly in the POST method like below PATCH URL/data/SalesOrderPools(PoolId=’04’,dataAreaId=’usmf’) BODY { “PoolName”: “Updated text” } Second option is via logic apps connector. It is tricky to understand the field notation.

Blog Syndicated with AnithaEswaran’s Permission

Author: Anitha Santosh

Share This Post On
Share via
Copy link
Powered by Social Snap