Adding days to date in workflow

I’m setting up an approval process for moderating early access requests to my app. When I approve the request, I will send an email with a tokenized link to create an account. I’m able to create the token but I want it to expire in 7 days. In my workflow, when I try to set the tokenexpiration database entry, I can’t type an integer after the “+ days” operator because it errors if I enter the below and I can’t enter an integer in that box:

It’s like it wants me to enter another operator rather than an integer:

image

My TokenExpiration database entry is a date.

Anyone else encounter this? Seems like I should just be able to enter a number after +days.

Hi @jbstepanian

This is because it is expecting a yes/no conditional statement, you can setup like this though “current date/time + 7days > current date/time or you can schedule an api backend workflow and allow it

to run in 7days time attached in my other screenshot

This topic was automatically closed after 70 days. New replies are no longer allowed.