Hi,
I create a Microsoft forms originally starting from excel. One of the questions requires a start date (or specific date). I have created a flow that when it is two weeks out from that specific date an automated email is sent out to specific employees.
In that email I have the responses from the Microsoft form, including the answer/response of the date picker. Instead of reading as a normal date e.g. 01/01/2022 - the response is coming up as "Start Date: 44654"
Does anyone know why it is not showing the date but rather a bunch of random numbers?
This is the flow I made:

The 14 day compose is:
formatDateTime(addDays(utcNow(),14),'MM/dd/yyyy')
and the second compose is: addDays('1899-12-30', int(item()['Start Date']), 'MM/dd/yyyy')
Hopefully someone can help out?
Regards,
HS