I'm trying to import an Excel-Table to my SharePoint-List. My table includes a Date-Column.
Flow can't import this column into my SharePoint-List - as you said, it's calculated as an integer.
But I don't understand how to combine your formular with my column "date".
In my german Flow it's named "Dynamischer Ausdruck", I don't know if it is called "Dynamic term" in english.
I tried several things like "addDays('1900-01-01',int(items('DeliveryDate')?['Date']))" but no matter what I try, Flow always tells me, that it is not right.
Could you please help me?
Thank you very much!