So I managed to enter a formula into my Google Sheets backend that transposes client names the way I want it to. But when a user populates a new route into the backend, I want that new route to be entered into a new row, not to overlap with populated rows like it’s doing here:
Thanks @Lynn. How do I automatically populate every row with the ID? Or maybe that’s not possible. Maybe I need another ID that populates every row, in addition to the current ID that is able to repeat itself?
Typically, this would be done by having the driver add each individual stop as a separate row with an IsPartOf relationship, rather than as items in an EnumList. I would encourage this approach. I’m afraid I have no other recommendation to offer here.