Filtering datasets by primary key of another dataset

The aim is to display list of competitions, that user is subscribed to. The reference chain is:

competitions_subscribed (competition_scheduled) → competitions_scheduled (competiton) → competitions

Wix doesn’t let me to just link the text field of list item to “competition.title”. The last fileds that I see are from “competitions_scheduled”. “Competition” is grayed.

So i tryed to do it in another way. I took two datasets: “Competitions_scheduled” and “Competitions_subscribed” and wanted to filter first one by field that references to it from the second, but wix didn’t let me to do it… again…

Need your help, wix community.

Hello,

You better reach out to Wix Customer Care . They will be of great help. This forum is only for code related issues and discussions.

If you wish to do the same via code, refer these examples:
https://www.wix.com/corvid/examples?search=filter

Good luck!