I am trying to write a flow and I get this error:
Http request failed: the content was not a valid JSON. Error while parsing JSON: 'Unexpected character encountered while parsing value: R. Path '', line 0, position 0.'
The flow it's really simple, variables and an execute query.
I am trying to get texts from power app and use them to modify a string variable in power automate. Then I use the modified string variable as a query.
I start with a trigger from power apps and I specify what I want to save as a variable and use in power automate:

Then I have a variable to save my query as a string and I use the previous variable to modify it (I find it in the required fields).


Here it seems that everything works, but I do not understand what is "Impostavariabile_valore".


The error appears in the last step, when I try to execute the query


Can you give me some advice?