Many thanks for the complicated and elegant (well structured!) solution. It is the first time for me I see an elegant application of the WithName(). Very instructive. I’ll use it next time as well in my formulas.
I do not a dev back ground, so I follow the instructions in the coda documentation and thought that via Find() we might be able to find all the positions of all the defined text, not only on the first position. But it seems I misunderstood the documentation since you neither applied Find().
The Why is indeed a good question. Before I solved my puzzle on how to get a list in a Row distributed over this and followong rows via AddOrModifyRows + extra functionalities I solved it differently. I concatenated all the relevant rows via ‘binder’, pushed this Row via AddRow to a next table to split this string later on.The splitting succeeded with a bit of secondary school math and I assumed that if I would have the position of each binder, I could easily calculate the start & end position in the Slice() with the help op Lenght(). So I looked for a solution via FInd / FormulaMap / Nth but did not succeed.
Would you advice me to start understanding RegexLMatch / RegexReplace for this and alike cases?
Hi @Christiaan_Huizer ,
Very honestly I didn’t quite get your full use case: extracting some rows, concatenate them in a single string to then split them again…?
Would it be OK for you to share a bit of your data lifecycle transformation?