Surely this is a bug. Imagine a column of dates in Excel such as this:

Why the hashes in cell A4? Well Excel will display hashes when the column width is too small to display the date - but the underlying value of the cell is 10/10/2021. By simply expanding the column width Excel will display 10/10/2021 (trust me). Despite how the data is displayed in Excel, wouldn't you expect Power Automate Desktop (PAD) to read the date value when cell A4 is read? Well in the voice of Gomer Pyle "Surprise Surprise Surprise..." PAD reads the string value "#########" for cell A4. This of course wrecks havoc later in the flow when "#########" is treated as a date value. Surely this is not the intended behavior...
If anyone can shed some light on this I would greatly appreciate it. If it is a bug, how should I report it?