Hello!
I am launching a hotel/resort survey and I would like guests to be able to take the survey multiple times throughout the year. In order to accomplish this, I developed a two part solution.
- Create a workflow that upon completion of the survey, updates a contact list with the guests confirmation ID ONLY.
- At the top of the flow, I have a pre-fill authenticator that checks this list to see if the guests current confirmation #, passed in through the URL (variable is named conf), is on the list. If it IS on the list, meaning they have taken the survey already with this confirmation #, I send them directly to the EOS message. Only allow one attempt, so if the confirmation # is not on the list, aka they haven’t taken the survey yet, it skips the branch, and just continues with the survey.
The only problem is that… It’s not working. I don’t know what I’m doing wrong, but I can’t get it to work for the life of me. I’ll attach some screen shots of how I have the authenticator set up. If anyone can offer any guidance, I would be very grateful!