Forum Discussion
JennasonQuick_B
Qrew Trainee
Kristoffer- Many thanks for your reply. A follow up question to see if I am understanding this method correctly:
Does this method require there be the same # of items in the list of values everytime? In my situation I will have records where the multi-value field has different #s of values (E.g. record 1 might have 1 value in that field, record 2 might have 2 values in that field, etc). So in each case I need to make sure the loop in pipelines can be dynamic based on the # of values in that field.
I think what was throwing me off is the 'Group_1' notation and I'm just not familiar with the Regex step. Does the regex step provide this 'dynamic' capability? Or does 'Group_1' mean the first value in the group? and subsequently there would be a 'Group_2', etc if the field had multiple values? which would seem to imply it doesnt provide that dynamic capability.
Apologies if I am not following correctly. Thanks.
------------------------------
Jennason Quick Base Admin
------------------------------
Does this method require there be the same # of items in the list of values everytime? In my situation I will have records where the multi-value field has different #s of values (E.g. record 1 might have 1 value in that field, record 2 might have 2 values in that field, etc). So in each case I need to make sure the loop in pipelines can be dynamic based on the # of values in that field.
I think what was throwing me off is the 'Group_1' notation and I'm just not familiar with the Regex step. Does the regex step provide this 'dynamic' capability? Or does 'Group_1' mean the first value in the group? and subsequently there would be a 'Group_2', etc if the field had multiple values? which would seem to imply it doesnt provide that dynamic capability.
Apologies if I am not following correctly. Thanks.
------------------------------
Jennason Quick Base Admin
------------------------------
KristofferKeen1
4 years agoQuickbase Staff
You are correct that regex group will be dynamic, meaning if there are 3 values split by a comma (value1, value2, value3) then three records will be created. If the next time there are 5 (value1, value2, value3, value4, value5) then five records will be created. Group means for each match found in the regular expression (in your case a new group for every comma)
------------------------------
Kristoffer Keene
------------------------------
------------------------------
Kristoffer Keene
------------------------------