Preloading Activity
Can I use the preloading activity to check if a user has already submitted a response in the custom schema I’ve created, and then redirect them to a "Thank You" page?
To achieve this:
- Should I be using the Preloading activity, Test activity, or JS activity?
In my schema, I have the columns EmailAddress, Feature_1, Feature_2, and Feature_3. I need to verify if the user with a given email address has responded for a specific feature, and if so, redirect them to the "Thank You" page.
Could you please suggest the best approach for this?