Hello team.
I am developing an app in PowerApps, to manage different trackers on my organization to manage inputs from my end users in all the trackers, all my data source is from SharePoint Lists, If I send some inputs to the SharePoint Lists, everything is working fine, I can´t configure that, ingest all these data to an Excel file and this Excel file needs to be updated every time an end user sends a new input to the SharePoint List:
These are all my SharePoint List.

This is my app:


Is a simple app to navigate between different screens pressing every button on the main screen and sending inputs just pressing the button send action.
I haven´t achieved that all my inputs to the SharePoint lists be exported to an Excel File and this excel in OneDrive be updated every time an user sends an input.

This is my code on every Sends Button,
SubmitForm(IntakeForm); Notify("Enviado con éxito", NotificationType.Success); ResetForm(IntakeForm); Notify("Ingrese Nuevo Dato", NotificationType.Information) I am submitting a new Form showing up a notification and resetting the data source to input a new input.
Every Tracker has different number of columns and different columns name.
All the buttons are working fine just have the problem generating the Excel file with every input that my end users make.
These are the results.

I appreciate your help on that.

