Redirecting Tally user to specific URL based on answers

I have a Tally Form and a Google Sheet with a row for every possible answer combination.
My Make scenario must find the right row based on the user submission, than redirect her to a URL stored in the last column of the row.
I tried a webhook response and an HTTP POST module, but both send the user to a blank page with the word “accepted”.

Here’s the scenario

Here’s the webhook response

The Location header was suggested by ChatGPT. But it doesn’t seem present in the webhook.
What should I do?

Here’s the blueprint
blueprint (1).json (34.1 KB)

@AlbertoCabasVidani do you want to redirect the form submitter to a URL defined in the sheet?

Yes, and the URL depends on the combination of answers.

@AlbertoCabasVidani, the redirection is not possible for the Tally forms as it requires changes from the Tally’s code.

I was suspecting it. So, there is no way to use a webhook response?
Is there an alternative free tool that makes this possible?

There is another way. In the Tally form settings, check Redirect on completion and a URL with meta appended - Eg. eu.make.com/webhook?name=test and then continue with the flow (instead of the Watch New Response, use Custom Webhook module).

Thanks.
But then, if Tally doesn’t accept the 302 and the Location URL, how do I redirect the user?
I still have to respond to the webhook, right?

There is a difference between both scenarios.

Earlier, you were watching the Tally submissions. Output was through the Webhook response to Tally.

Now, with this option, Tally is actually redirecting to a URL (which is Make Webhook). You can further redirect through it.

Thanks, from the form settings, it looks exactly the same.
Instead, what’s the difference?

If I use the webhook generated by the Make connection with Tally, the communication is server to server while with the custom webhook it’s browser to server?

@AlbertoCabasVidani, you are missing the main difference. In the current scenario, you are calling Make when the submission arrives.

Instead, in Tally settings, enable the Redirection and put the Webhook URL there. Like this…

Before: the output is Make to Tally
Now: Tally redirect to Make redirect