Display Collection In Table column

Hi everyone.

is there a way to display a collection that is filtered at row level?

As an example, if I have a list of blogs in a table. Each blog is a row.

I have a blogs tags table in supabase. Each row is linked to the tab and the blog.

On my main table I would like to have a column displayed in weweb with the tags associated with the blog. Does that make sense?

Column 1 = Title
Column 2 = Published Date
Column 3 = Blog Tags ( this would be called from a collection )

I found that view in supabase would be one solution. Any other ideas?

1 Like

Went through this post a few time @Broberto … Somehow its going over my head

Also, when I use the advanced feature, my collection turns into an object in weweb and can’t filter


You need to use the Workflow actions

So you mean to call the collection via the workflow and apply the filter there ?

1 Like