Ok, perhaps there is a much easier way to do this such as creating creating a variable or composing an output, but I am curious if there is a way to use addDays to add 3 days to a particular excel date after using addDays to convert said excel date to ISO format?
Something like this:
formatDateTime(addDays( addDays('1899-12-30',int(items('Apply_to_each')?['Excel Date']),'yyyy-MM-dd'), 3), 'yyyy-MM-dd')
I'm sure there is some redundancy in the expression above. Of course if there is a much easier way to handle this that would also be appreciated, but I am still curious if power automate will allow an addDays expression within an addDays expression.
Thanks in advance!