asked on September 30, 2021
•
Show version history
I have checkbox values that come in from a LF form. They come over as: V_1, V_2, V_3, V_4, V_5...
When these documents hit the repository, I have a workflow that will remove the "V_" values and keep only the numbers.
However, I still have whitespace in-between these values that I cannot remove (I.e." 1, 2, 3, 4, 5...). I need it to be: 1,2,3,4,5.
Attached is the token formatting I am using. Is there another function I need to add to remove this space?
0
0