When I try to inspect the value of a variable of type custom object in the power automate destop editor an unhandled error occurs.
I have verified that the error occurs due to the presence of $ character in one of the names. Specifically, the unhandled error occurs when there is a name $id, if the name is $nombre the error does not occur. Example:
If the content is:
{
"id": "1",
"$nombre": "producto1"
}
I can inspect the content of the variable,
but if it is:
{
"$id": "1",
"name": "product1"
}
the error occurs.
I don't know how to report the error to Microsoft, can someone tell me what the procedure is to report it?

Report
All responses (
Answers (