Url variable

Dears, could you help me how set a current url to a variable in my typebot flow, please? Thanks
2 Replies
Hall
Hall4mo ago
Someone will reply to you shortly. In the meantime, this might help: -# This post was marked as solved by Baptiste. View answer.
Baptiste
Baptiste4mo ago
Set variable block with custom code:
return document.location.href
return document.location.href
With Execute on client? option on.

Did you find this page helpful?