Skip to main content

Let’s say the trigger is according to a new Monday ticket created. however, the ticket is usually created empty (just has a title). users are then filling out the task, assignee, and other details, but until this manual process is done, the trigger already created an event (for example, a github ticket) with missing details, how can I delay the trigger to give the user opportunity to fill out all details (note: simple delay just delays the consecutive event but the trigger is already missing the needed information)

Hi @gadium 

After the Delay add a Zap step to find the Monday Item again to get the current data, then map the data from this step to the following Zap action steps.


Reply