Skip to main content
Solved

How to append text to a User Field?

  • 27 August 2024
  • 3 replies
  • 30 views

Hello, 

 

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.

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:

https:///mysite.com/page/https:///mysite.com/page/7655srignewoirg.html.html and weird things like that.


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. 


Thank you @Gustavo Boregio. Using 2 URL fields solved the thing.


Regards,


Reply