I have a data field that contains a person’s name (firstname lastname). Inside a certain workflow, I’m attempting to only pull that person’s first name into a custom state by referencing the current datatype’s>Customer Name:extract with regex:First Item
this is using the pattern: \w+
However, although the string I’m using seems to work fine in a regex simulator, it’s not working for me at all.
I’m not very familiar with regex (my first day trying it out), so perhaps someone can direct me to some resource or give advice?
Thanks!