Would like to Update the Row in Dataverse.
Facing the Following Error:
Hi @Anonymous,
It looks like the requeststatus field in the update row action is in the wrong data format. It is expecting a number and my guess is that it is probably a string or another data type.
Can you share a screenshot of your current update row action configuration?
Thank you for the response. Here is the configuration of update row
While I'm trying to set text value to Choice column, it says error.Here is the Screenshot
Hi @Anonymous,
With a choice field I would expected the internal number (for example 309310000) of that choice option instead of the label (for example Review).
Can you try and use this expression instead in the custom value field?
1. Click the Custom Value option
2. Add the expression via the expression editor.
items('Apply_to_each')?['cr73e_requeststatus']
Hi ,
Configuration :
Got the same error after changing the custom value
Hi @Anonymous,
Apologies if it wasn't clear. But I suggested to replace the value with an expression in the Request Status field, not the Row ID field.
This works. Your answer was clear. Thank you for the response and support