I’m trying to append some text to a Text Custom User Field, however I can’t manage to do it. Is there any special concatenate operator or is this something that can’t be done?
Basically I’m building a URL while collecting user input, so I need to call back the URL variable to concatenate new data.
Thanks.
Best answer by Gustavo Boregio
You're doing it right.
Just don't reuse the 'url' user field.
I'd do something like
final_url (the variable that has the complete url)
set it to:
{base_url}{año_ida}{mes_ida}-0….
If you're reusing the URL you run the risk of recurring and ending up with URLs like:
Hola, se me ocurre que si no te es posible crear la URL con el “Set User field”, podrías intentar enviar al google sheets los CUF, concatenarlos allí, crear la URL y traerla de regreso a ManyChat.