I have a PowerApp that displays on-prem Excel data in a Data Table. I'm not clear on how it determines data types. I have used one column in the Excel document to show elapsed time, a string (not date) in the format "dd hh:mm". It is formatted as text in Excel. I have made a few changes to my app and it now sees it as a date, with an incorrect value in the date portion. I can't seem to find a way to get it to interpret the column as a simple string, so it will present correctly.
After doing some reading, it looks like I could have computed the elapsed time in PowerApps, which maybe I'll try someday. A quick try led to the error I am seeing right now. Now I need to find a way to roll it back to the previous behavior that was working at one time.
Any help will be appreciated.