I am currently trying to create a flow to use within my PowerApp that updates an Item in my ReleasedProducts Entity.
However, whenever I attempt to run the Flow, I am able to "Get a record" but I am unable to "Update a record"
I receive the following error:
"Bad Request"
{
"status": 400,
"message": "An error has occurred. Error executing code: The field with ID '0' does not exist in table 'EcoResReleasedProductV2Entity'.\r\nclientRequestId: 19451bd3-d44b-41c4-a5f8-ec414806eae6",
"source": "azure-dev-02627c2690965b2986devaos.cloudax.dynamics.com",
"errors": []
}
My Flow is pictured below:
