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:
Solved! Go to Solution.
formatDateTime(addDays(triggerBody()?['DateTimeReceived'],30),'yyyy-MM-dd' works
formatDateTime(addDays(triggerBody()?['DateTimeReceived'],30),'yyyy-MM-dd' works
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
80 | |
55 | |
55 | |
43 | |
40 |
User | Count |
---|---|
83 | |
81 | |
76 | |
65 | |
42 |