How can I display a list of rows as text and replace the "," with ">"

vivaldi_1hviOu3R4C

I would like my breadcrumbs to display dynamically as for example: Vegetables > Root > Carrot

Use join(“>”)

Those commas between the row references indicate what you are dealing with is a list of items

Join allows you to smoosh items of a list together with a custom delimiter - In your case the >

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.