Help

Re: automation with a delay

692 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Aaron_Buchinger
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi I'm looking to create a way to delay an automation (The automation is that every time someone creates a ticket it will automatically create in their Outlook calendar a new appointment/reminder) the issue that I have is that if I put in a date that I would want for some reason it creates itself on the day it was created not the day that it's being scheduled for.

Is there any way I can schedule to the day it was created to the scheduled date and not the date that was created? 

5 Replies 5
jwag
6 - Interface Innovator
6 - Interface Innovator

Hi Aaron,

Can you show us a screenshot of your automation as it stands?

Aaron_Buchinger
5 - Automation Enthusiast
5 - Automation Enthusiast

Aaron_Buchinger_0-1698245485924.png

as you can see I set it up so that every time they click on schedule it should send an event to Outlook however the issue is that it schedules for the you click it and not for the day you intend to get it scheduled.

And I don't want to create a delay when it should come in since I don't want to double book.

 

jwag
6 - Interface Innovator
6 - Interface Innovator

Sorry can you click on the "Outlook: Create event" action and screenshot that so we can see how it's configured in the sidebar?

Thanks

Aaron_Buchinger
5 - Automation Enthusiast
5 - Automation Enthusiast

Aaron_Buchinger_0-1698246091755.jpeg

I did try to create with a later date but it kept on asking for an event ID.

jwag
6 - Interface Innovator
6 - Interface Innovator

I think what you want to do is have a "Scheduled start date and time" field in your table (this can either be a manual input, or a formula that adds x days onto the Created date or Last modified date - whatever works for you) and a "Scheduled end date and time" field (similarly this can be manual or you can have a formula that adds, for example, 1 hour to the "Scheduled start date and time" field).

In your last screenshot, you can see a cog next to the Start date and time. Click this and select "Dynamic". Click the + and select your "Scheduled start date and time" field.

Same again for the end date.

You will just need to make sure your users input the dates and times before they check the "Schedule" box.

Hope that helps.