Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Parsing characters with different lengths

baileyblough
6 - Meteoroid

Hello, I am new to the community and needing help with parsing out the information after the last slash in the attachment. The length of the data is different, is there a way to write into the workflow to parse out everything after the third slash?

2 REPLIES 2
apathetichell
20 - Arcturus

Try REGEX_Replace([Field1],".*/(.*)$","$1") in a formula tool - where field1 is your original fieldname

baileyblough
6 - Meteoroid

Thank you that worked!

Labels
Top Solution Authors