How to find the position of second comma in a string and substract everything before?

0
We have a String variable like below  '1, 2, 3, 4, 5, 6, 7, 8, 9, 10'   Is it possible to find second occurence of the comma and get all of the values before ?
asked
1 answers
1

Yes, use string expressions in a microflow.   Here is an example.  You could do all of his in one variable, but I made it separate steps for clarity:

image.png

answered