Hi!, I am trying to use the REGEX formula, but I cannot use it propertly. I need to extract names from a string. To make it easier the names are written after a hashtag #. This are examples
#TOM write the essay of a client
Complete the packing list f...
:speech_balloon: Actual Scenario:
When a member of the team (there are 5 members) makes a question about a certain proyect (we have many at the same time, around 100) the related client receives the question automatically in its email. But in order...
Hi Everyone, :wave:
Maybe someone can shed a bit of light :flashlight: about how to do this, if possible.
:speech_balloon: Actual Scenario:
When a member of the team (there are 5 members) makes a question about a certain proyect (we have many a...
Hi everyone!, first question here. :blush:
I have been checking this community frecuently and found lots of solutions to problems I have been encountering. :thumbs_up:
My problem Its quite simple, I guess I am missing something obvious otherwise...
Amazing update!
and also looking forward for this!
Emily_Sermons:
This is just one of many updates we’re making to Interface Designer over the next few months, including: Kanban element, introducing Nav Bars, a redesigned editor, full-page expan...
Databaser:
edible shared views we had for like 30 minutes a couple of months back. Having to create an interface for all of this is just time consuming.
Yesss we want it back!
Ben.Young:
SUBSTITUTE(
REGEX_EXTRACT(
{Transaction Name},
“#[^\s]+”
),
"#",
""
Wow!! this is amazing, thanks for taking time to write such a detailed and well organized reply!. It worked...