Dynamic page + Supabase query

Hi,
I am learning Plasmic by building the Trustpilot’s clone. I use Supabase as my database. I want to achieve similar behaviour in my project as in the example from the Trustpilot:

  1. I have a categories’ catalog that pulls the list of categories from Supabase. (Trustpilot reference page)
  2. When I select any of the categories the dynamic page opens and then Plasmic sends the query to Supabase with the correct category identifier and uploads the list of all companies within the category. (Trustpilot reference page)

I watched the tutorial in the Plasmic’s Youtube Channel but I don’t know how to map this knowledge to my example. I would be very grateful for help in achieving this because I don’t have a clue how to approach this… I am mostly interested in achieving this solely from Plasmic Studio, without the necessity to code locally.

Also, I would like to ask:

  • Is there a way to place dynamic values into data queries in Plasmic Studio?

Regards,
Maciej

Ok, I’ve managed to sort it out by myself. Turned out to be pretty easy to achieve.

Great to hear!