I ran into a problem with my appsheet where I allow comma separated values in a LongText field but for every value separated by a comma I want a new row. How do I go about doing so if the list can potentially be 300+ different values separated by commas.
For example: this table below is how I currently have it set up (in a simpler version). Mine realistically has 30 other columns in addition to this
Hi,
I reviewed that thread & it’s only helpful for enum lists but I’m looking for how to add rows per comma separated value (ex: 1,2,3,4) into rows on their own & I’m looking to do this at scale where there could be potentially 20,000 values in one row.
would this work if we’re trying to separate SKU IDs? There could be 200-10,000 in one LongText entry so I’m trying to find the simplest way to get each SKU ID appended to it’s unique row