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
More About This Author
Array
Finance & Operations30 November 2023Workflow Assistant – Standard Logic apps
Finance & Operations14 November 2023OData query options with D365F&O (Part 1)
Finance & Operations2 November 2023Users can extract the tables list from Data entity – D365F&O
Finance & Operations1 November 2023Data entity Export/Import for Feature Management