Can anyone help before I throw my laptop out of the window.
I have a very simple flow which LIST ROWS PRESENT IN A TABLE and applies a simple filter. The resultant date which is being produced is an excel serial number and I need to convert it into a date to send via an email. I have tried
addDays('12-30-1899',int(items(‘Apply_to_each’)?['Start date of request_x002e_']),'dd/MM/yyyy')
where 'Start date of request_x002e_ is the name of the column but I keep getting INVALID expression.
I can't believe that doing something so simple is creating such a headache. I just want the date in a DATE format!
Many thanks.