I am building a bot in Copilot studio and using Parse Value to parse Jason in topic. Using get schema from sample. When I am trying to store output json in variable getting error "variable is being set to incorrect type, Assigned Record , expected String"
Variable type is Record and output of parse value is also valid Record, not sure why variable is expecting string?
Also variable was never used before to store string.
Note that topic works as expected and returns response but it is not allowing me to publish bot due to error.