Triggering a Block Based on URL and storing it in a variable in Typebot

Can Typebot trigger a block based on the loaded page's URL and, when it starts, store that URL in a variable?
4 Replies
fra.automation
fra.automationOP3w ago
Thanks acromacho. I haven't understood how to pass the entire URL into the variable. What I see is how to pass URL parameters, but not the full URL.
acromacho
acromacho2w ago
What about to store it in the variable from javascript and pasa it into the prefilled variable ? const fullUrl = window.location.href; console.log(fullUrl);
fra.automation
fra.automationOP2w ago
Done! Thank you acromacho!

Did you find this page helpful?