Hello,
I have a canvas app with multiple screens that reference the same datasource. I haev a Dev Sharepoint list that I use to test new features that are to be added to the app. Is it possible to have a variable set for the datasource so I can change the datasource in one location that will update across the app?
I have a text label that I use to put the version set to a variable so I can update it in one location.
I have tried it and using 'Set(varData, datasource) works but adding the variable does not bring up the data (ex: a dropdown that searches the SP list).