How to create an array from column values?

I’ve seen that there is the ‘unique’ function in glide now, but it works with arrays, and I have my values in a normal column.

How can I use glide to perform the unique values filter, instead of doing it in google sheets?

Hi, something like this?

image

If yes, use the “Split” computed column

image

You can do a Lookup on the entire column first, and then pass that to the Array->Unique plugin.

2 Likes

Yes to that but it gives back another array, while I need values in column, I haven’t found a solution to this yet so i suppose using sheets is the best option

2 Likes

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