The error you’re experiencing might possibly be due to a mismatch between the date format in your Excel sheet (formatted in "short" date style, like "DD.MM.YYYY") and the ISO 8601 date-time format expected by Power Apps when using the Excel Online connector (which expects "YYYY-MM-DDThh:mm" or similar formats).
Here’s how to address this issue:
You can use DateValue
and DateTimeValue
functions in Power Apps to reformat the date correctly before using it in your app.
When reading the "Last edited" date field from Excel, use the DateValue
or DateTimeValue
function to ensure it’s formatted to the expected ISO 8601 format.
MS.Ragavendar
20
BCBuizer
10
Super User 2025 Season 1
LC-26081402-0
10