I have a multiple choice question where the answer options are dates (i.e. 9/11/23, 10/2/23, etc.). Each answer option should only be visible for 60 days beyond the date (i.e. 11/11/23, 12/2/23, etc.)
In survey flow, I’ve set embedded data where CurrentDate = ${date://CurrentDate/SL}.
But I’m not sure how to set up the choice display logic.
Would it be “Display this Choice only if the following condition is met:
Embedded Data | Current Date | Is Less Than | ${date://CurrentDate/SL} + 60 days”??
Or can I input 11/11/23 instead??
Thanks for reading!