The problem is that it’s all static, so I’d like to make it so that there are only 1 conditions in the repeting group and not a bunch of static conditions.
If I understand correctly you’re asking how to structure this in a way that doesn’t require you to have 1 condition for each platform, correct? If so, there are a few different ways to do this.
1 - You can set the page datatype to platform and then set the RG’s search constraint to platform = current page’s platform
2 - Modify the condition to be When get s from Page URL is not empty. Then in the data source you can set the platform constraint to = get platform from page url (if you’re passing a unique ID of the platform) OR Platform = do a search for Platform where name = get s from page url: first item
Sorry I think my initial comment was confusing. 1 and 2 represent two different approaches, not 2 steps of the same approach. So if you’ve already set the page content (content type should be platform and not items) then all you need to do here is platform = current page’s platform