HubDB conditional child pages

Right now, when you select a HubDB table in a page, every row creates a new child page, I think it would be cool to have some sort of control on wich pages are created, let’s say we have a table with a column like that:

Adding a filter system like the one below (quick mockup I made) would make our life easier (Here only rows that match the criteria will create a child page)

I know that we can create child tables but when you have a lot of content in 10+ languages, managing products on 20 different tables for each category (if we have for example 20 “Product Categories”) x 10+ languages makes it a nightmare for the users.

Hi @M0zz0

New to HUBL and HUBDB and found your post as I was looking to do something similar but have been unsuccessful. I had thought it might be possible to have an if statement below the

{% elif dynamic_page_route_level == 1 %}

page route level if statement, or add another filter or some sort. Did you play around with this, or has anyone else worked out a way to make conditional child pages?