Forum Discussion
vanessacasto572
3 years agoCommunity Member
variable date to static date
Is there a way to change a variable date to a static date? I want to have the correct date when the user starts a course but not change when the user resumes the course.
Create a second variable for the date, with a default value that will not be interpreted as a date. Then run your process for finding today's date IF the second variable is set to its default value. Then copy today's date to the second variable.
Pretty sure this won't work if they start over, rather than resume.