I have two tables in SQL: one named Header and the other named Detail. The Detail table can be returned as an array.
Therefore, I want to call a single SQL stored procedure and retrieve it back to Power Apps in two parts - one for the header and the other for the detail. How can I achieve this?
You can add two individual SQL datasources in PowerApps which will retrieve the data separately.
You can bind the Detail table to a Gallery control and Header table to a form.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1