The community member is working on a project that requires dynamically manipulating URLs by combining a base URL with a variable ID obtained from a database. The comments suggest that this can be achieved using a "Set variable" block in Typebot, with a simple example provided as https://my-url.com/{{My variable}}. However, there is no explicitly marked answer in the comments.
I'm working on a project where I need to manipulate URLs dynamically by combining a base URL with a variable ID obtained from a database. How can I do this in typebot??