Hi,
I'm trying to bring data from a SQL stored proc into power apps- i started with a power automate flow that ends in a response action and the data has following format :

In power apps i added a button on on click :
ClearCollect(temptable,stored_proc_to_data.Run(1))
(the stored proc takes company_id as a parameter and filters for it)
However in my collections my temptable looks like this with empty rows:

I will eventually need to add many more columns i just reduced it to 4 to try and trouble shoot. I searched around and someone suggested to enable 'Explicit column selection' but that didnt help.
I also tried making the input for the response actions
body('Execute_stored_procedure_(V2)')?['resultsets']?['Table1']
but that gave this error in power apps
Would appreciate any leads on a fix!
Thanks
S