HI Everyone
I have a power automate flow which triggers when someone submits a new record in MS Form
Iam trying to create a new record in database
The issue Iam facing is I have a choice value which is coming from MS form , in which I need to update in the Add a new row
With this referance of this Video I tried to update the choice column ,but
Getting error as property attributename not exist, When I try to get choice value from list row action, filter ‘attributename eq ‘Impact’ https://youtu.be/sVRT1-VY8uI
,
"body": {
"error": {
"code": "0x80060888",
"message": "Could not find a property named 'attributename' on type 'Microsoft.Dynamics.CRM.cr019_risk_database'."
}
}
}
Could anyone please help me to update the choice column