When creating a PowerApp using a SharePoint list as the data source, any new columns/fields created in the SP list are not retroactively refreshed in the PowerApp.
The data (SP list items) refreshes, but the new columns/fields are not available.
In other words, if I...
- Create a SP list named "foo" with 2 columns (first name, last name)
- Create a PowerApp using the SP list "foo" as the data source
- Update SP list "foo" to have 3 columns (first name, last name, e-mail)
- When I reload the PowerApp, it will not show a field for "e-mail".
Am I doing it wrong?