CMS data fetcher not respecting Filter field and Filter value selected to create dynamic pages using Plasmic CMS

I’m attempting to create dynamic pages and pull in the content from Plasmic CMS. My objective is for the content of the page to come from the properties of the CMS entry that matches the slug. Each CMS entry has a slug text field. The pages that render have the unique urls with the correct slugs but both pages pull content from the latest entry in the CMS. If I removed the Limit it pulls in the content from both and stacks it on both pages (this also makes me believe the filter value is being ignored).

What are the reproduction steps?

  1. Create plasmic CMS with multiple entries
  2. Set up page that pulls in that model via CMS data fetcher
  3. Set up CMS data fetcher to filter on [slug]

Relevant links:

Hello @parker_stanley,

I tested removing the limit on a copy project of yours and couldn’t see the behavior of requesting multiple rows instead of only the one with the specified Slug.
Could you perhaps create a video or a specific page in the project where this behavior is shown?