I currently have a flow that helps me at work. When I trigger the flow, it will simply put the "trigger time" in the notification area on my phone. The script I use to get the trigger time is {triggertime,dateformat,hh:mm} . Here is where I need help. What script string would I use to take the trigger time and add 30 minutes to it? For example, if I execute the flow at 10:00, 10:30 is the time that would display.
Thank you in advance.
Script help
Moderator: Martin
Re: Script help
Action > script.
Use a function called addMinutes()
Use a function called addMinutes()
Every life altering decision you have made, has lead to you reading this.