Skip to main content

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 

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

^([^\/]+)


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


Reply