
Announcements
Hi all,
Trying to parse a JSON record I get as a recognition result. Even if everything works in test mode and I can retrieve all of the variables from the JSON object, I receive the error 'Variable is being set to an incorrect type. Assigned Record, expected String.' See the image below.
Schema configuration seems correct
kind: Record
properties:
ISO4217: String
resolutionKind: String
unit: String
value: Number
and as I stated above in test mode the sub variables can be read without any problems
and I also see the parsed values in the copilot response "Alright, I will transfer .... "without any issues in test dialog.
I have also seen a thread from another user in the Copilot Studio community pages, which has still not been answered:
This problem is blocking our work so it would be great if someone could take a look.