Workflow Conundrum

Hi Community,

I’m struggling here with a request from the team.

Basically, they want an email notification if an order start date/time has exceeded one hour.

The way I have gone about it is:

  1. created a VC([Start duration]) with expression: now()-[start time]
  2. created a VC ([Start trigger]) with expression: if([Start duration]>“001:00:00”,“trigger”,"")
  3. added an action to update ([spreadsheet_column]) with text “trigger”
  4. added an action using Data: execute an action on a set of rows selecting columns with the VC ([Start trigger]) and executing the above action
  5. created a workflow to send the email notification where isnotblank([spreadsheet_column])

I thought that this would work but I’m not seeing any successful results.

Would there be anyone with any advice?

Thanks,
Chris.

0 5 109
5 REPLIES 5
Top Labels in this Space