Archive
Posts Tagged ‘Formula’
PowerApps – Error while connecting to Excel Data Source
August 13, 2018
Leave a comment
If you are new to PowerApps, please go through my previous blog
In my last Post building, I explained the steps to build an App using Excel file as Data Source.
While I was exploring more with that App, I encountered an error when playing with different excel files.
Reason & Fix:
- If you have formulas defined in the Excel file, PowerApp will throw error as the PowerApps are not supporting Excel containing Formulas at this point.
- Fix was, I had to delete Formulas and keep only data in the excel file to run the App.
🙂