Good Morning,
I have the next issue when I use Power Automate to execute a SQL Stored Procedure,
The issue, is that I can access to the data on a proper way, but I get all the result set, ex: Encantado {“Table1”:[{“Nombre”:“Prueba Prueba Prueba”}]},
The fact is that I just receive the value when I save the variable with the value ResultSets, on a logic way I think that the one would be OutputParameters, but I don't get any value when I return the variable with the OutputParameters value,
Anyone has faced this problem, and how I can get just the name {“Table1”:[{“Nombre”:“Prueba Prueba Prueba”}]} -> Prueba Prueba Prueba.

Many thanks to all,
Regards,