Hello,
I am trying to substitute all the occurrences of ", " (comma, space) in a Lookup field with “%20” and place that into the formula field.

Hello,
I am trying to substitute all the occurrences of ", " (comma, space) in a Lookup field with “%20” and place that into the formula field.

Best answer by ScottWorld
The formula works when I apply it on a single line text field, but not a lookup field or formula field (I just copied the lookup string into a formula field by inserting it).
I’ll keep trying.
Oh, interesting… actually, my setup WASN’T identical to yours. My lookup field was actually looking up a collaborator field, and it worked for that type of field. When I switched it to a different field type, it failed.
Try this instead for your formula, and see if this works:
ARRAYJOIN( {Inquiry: Skills List Internal}, "%20" )
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.