I'm trying to build a Gallery from the response of a Stored Procedure. I have created the flow in Power Automate:

The SP is working correct, when I check the history.

Also the response seems to work:

In the PowerApp I call this Flow, when I click an icon:
ClearCollect(queryResults,Gethoursperweekperuser.Run("...","2021-01-01","2021-02-02"))
When I now add a gallery, I can't assign any of the columns of the Response in here:

I just see 'Value'. What am I doing wrong in here?