I'm prototyping an app where there are forms on multiple screens.
When changing the data source, I seem to need to go into every single one of the form settings, and manually change the name of the DataSource.
This is very repetitive and I'm sure there's a better way to do it.
Current system:
Powerapp has ListA from SharePointSite Alpha as a Data Source
Every form in the app has a hardcoded DataSource field : 'List1'
If I want to change to List2, I need to go in to all those forms and change List1 to List2
System I've tried and doesn't work:
Powerapp has List1 from SharePointSite Alpha as a Data Source
On 'settings' screen, a form named '_DataSourceAlpha' has 'List1' as a DataSource field
Every other form in the app has _DataSourceAlpha.DataSource has their DataSource field.
If I want to change to List2, I just need to change the source in _DataSourceAlpha and all other forms cascade from there.
Except PowerApps doesn't like that, and doesn't seem to allow refering to form.DataSource.
Are there other suggestions to avoid needing to change every form data entry manually