a dynamic category page taking data from various fields

Sorry I couldn’t find the answer. It seems so easy though
I have database with projects and I need to create a dynamic category page “projects by service” where 1 project can be displayed in different services

Do I need to do a field for each project? how then I connect it?

Hi Olya,
Luckily, it is easy :slight_smile:

Please follow the instructions in this article .
Basically for each project in your database collection you need to have a field that identifies the service it is connected to. You can also use this tutorial video .

Ohad, thanks for your reply
I ve watched that video)) like 12 times, and could create almost what I need, and it works
But still don’t get how to do that multiple options for a project
Ok, I ll do a field for each service, then? do I use booleans?
Sorry I know it may be so obvious, but i m very new to it

You should add to your projects collection a new field, let’s call it “Service Name” - use a String field type for that. Then populate this field with the relevant service name per project (much like the “courses degree” field in the tutorial video).
Next, add the dynamic category page, and set the page URL using “Service Name” field.
In the new dynamic page you created you can add a table and it will display the projects by the dynamic service name.

Ohad, but I have several different services, not just one

Seems I got it
Just to confirm) I created a dynamic page for each service, created text field for each service and filled out each column where relevant. Then connected buttons to the created dynamic pages.
Seems it works
Thank you for your help.