As you can see here I am trying to trigger this in the backend workflow. The ‘only when’ section at the bottom is what I need to use to keep track of the time I assume (?) but not quite sure how to get that right.
And the ‘trainingStatus’s time_passed’ data point is where I am storing the exact time of their button click because 30 days after this exact moment is when I need to send them an email.
Hi there, @artistdata22… what you are showing in your screenshot is a database trigger, not an API workflow. So, get rid of that trigger and set up an API workflow that takes a user as a parameter and that has an action to send an email to the user. Then, in the workflow where the data point gets created, add an action that schedules the API workflow to run at the current date/time plus 30 days. It should be as simple as that.
I didn’t say anything about passing a date to the backend. I said to pass the user, and set the scheduled date of the API workflow to the current date/time plus 30 days.