How to insert text into the start of a text captured from webhook - text formatter?

megabunch

Member
Hi there,

I am trying to work out how I can insert a word into the start of a text phrase extracted from a Clickup webhook using text formatter.

For example the text captured from Clickup text name is "Program 15: World Travelling" and I want to insert the phrase at the start of it, so that the end result us [EMAIL] Program 15: World Travelling.

I've been looking at text formatter for this but haven't managed to work it out... I can see there is a parser and replace text function but I can't make it insert text at the start of it - just after blank spaces or newlines etc?

Would someone please be able to let me know how to do this?

Thanks a lot!
 
P

Pabblymember11

Guest
Hey @megabunch

For example the text captured from Clickup text name is "Program 15: World Travelling" and I want to insert the phrase at the start of it, so that the end result us Program 15: World Travelling.
You can utilize the Text Formatter Replace text action step if you have any symbol or character preceding a phrase, such as @, #, %, or {Email}.


 
Top