I created an application for several trips for students in my program over the span of a few months. The idea is that as an event deadline passes, I want the option to RSVP for it to disappear. Is there a way to do this with display logic? Currently the display logic is based on an ExternalDataReference but that doesn’t seem to work.
Hi
I’m not sure I even know how to do that.
Hi
- In the flow, Create a variable for the current date:
today=${date://OtherDate/Y/+0 year}-${date://OtherDate/m/+0 month}-${date://OtherDate/d/+0 day}
- Create a variable for the deadline
exp_date=2024-01-10
- Create Display Logic
- In Flow (At Block Level)
- At Question Level:
- MR Response Level: Same as above
- In Flow (At Block Level)
Hope this helps!
Sorry for the late reply
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.