Skip to main content
Nintex Community Menu Bar
Solved

How to capture characters left of a specific character

  • October 10, 2024
  • 2 replies
  • 55 views

Forum|alt.badge.img+3

I’m pulling data into a list that contains a “/” but when then only want to retain what is left of the “/”.  The number of characters can vary.  Help ?  Thanks 

Best answer by MikeBrunson1

I greatly appreciate your suggestion, but I truly don’t understand...my apologies.   I’m good with form or workflow but the formula confuses me

2 replies

bamaeric
Forum|alt.badge.img+14
  • Apprentice
  • October 10, 2024

Are you trying to do this in a form or workflow? Try using the formula below in a regular expression:

^([^\/]+)


Forum|alt.badge.img+3
  • Author
  • Rookie
  • Answer
  • October 10, 2024

I greatly appreciate your suggestion, but I truly don’t understand...my apologies.   I’m good with form or workflow but the formula confuses me