Hi,
I'm sending two values from Power Apps to Power Automate. These are being used to filter a Dataverse table I want to get back into Power Apps as a collection.
So this is my flow:

I'm afraid I can't go back to the old designer, but these are the details:



Back in Power Apps, I have button wiht the OnSelect property:
Set(myVar, MyFlow.Run(5, 6).resposta
So, upon clicking the button, I see the result of the variable is:

"Text Error: ConstraintViolated"
I simply want to get the JSON back into Power Apps.