Microsoft’s Power Automate (Previously called Microsoft Flow) is all about automation. In very simple words it’s a tool that allows you to automate any task or process.
Step-1:-
Then click on +Create > Instant cloud flow > Manually trigger a flow Now our flow is triggered. In that trigger, we will add a date input.
Step-2:-
Next, we will add an expression using addDays() in the Compose action, that will add a specified integer (days) to the given dates. Then click on update.
Click on +New step >Compose > Expression.
addDays(triggerBody()[‘date’],5,’dd-MM-yyyy’)
Step-3:-
Now Save the flow to test. It will ask to insert a date. For example, we will insert 10/17/2023. Click on Run flow.
As a result, it will return a date i.e. 10/17/2023 + 5 = 10/22/2023.
For any Help or Queries Contact us on info@crmonce.com or +919014146800.
November 6, 2024
November 5, 2024
May 22, 2024