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:

My TokenExpiration database entry is a date.
Anyone else encounter this? Seems like I should just be able to enter a number after +days.


