
Announcements
I have a flow that creates a new record (in Opportunities) in Dynamics 365 when a new email arrives. I can't figure out how to format the date for the expected close date field. I want the expected close date to be 30 days from when the email is received.
I have tried a couple things but most recently set it to:
formatDateTime(addDays(triggerBody()?['DateTimeReceived'],30),'yyyy-MM-dd' works