Introduction- In this blog we will understand the "Add to time" action of power automate/ cloud flow.
Explanation-
Add to time will add a integer number of a specified unit of time to the timestamp passed.
Example- We can add 1 day/ second/minute/year/month to the passed time stamp.
Syntax- addToTime('timestamp',interval,'timeUnit','dateFormat')
Date format is optional.
Output-
Comments
Post a Comment