Hi,
I'm building a process where we guide users through granting us access to different platforms. The goal is to track which platforms users select "No" for and display a summary page at the end, listing the platforms where access is still missing.
At each step, we ask:
"Have you granted us access to [platform]?"
- Yes → They proceed to the next platform-related question.
- No → I want to track this response and summarize it at the end.
I've explored concatenating all 'No' responses and storing them in a custom variable, but I’m unsure whether this is possible in Typeform or if there's a more efficient way to dynamically store and display multiple responses.
Would URL parameters be a viable approach here? I'm curious to hear if anyone has tackled a similar challenge.