
Solved
determine whether the responder work on the survey on the same day
I have a long survey in which a responder can work on it for several days. I want to display a specific block if the responder opens the survey in a new day. So I need to detect whether the day when the responder reopens the survey is different from the day of his last activity on the survey. Note, not the date which including the hour, minutes and seconds, ONLY the day, like March 20th. I tried to use embedded data but failed because it compares between the dates instead of the only DAY. Is there any alternative way I can do that? Thanks a lot! !

Best answer by TomG
@Pei_2009,
Pipe the dates as ${date://CurrentDate/Y}${date://CurrentDate/m}${date://CurrentDate/d} and make the embedded data fields numbers. Then your branch condition can be if currentday > lastday.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

!