Single record from strapi integration

Is there a way to have strapi integration grab just a single item? Right now I can only see options to pull down an entire collection.
My usecase right now is a staff profile page where the url is something like /profiles/[staff_id] and I want to query the specific staff_id from the strapi “staffProfiles” collection

Hi @t_g, unfortunately that’s not yet currently built into the component, but this is something that we’re working on across the board for all data sources - thanks for bearing with us. In the meantime, if it gets you out of a bind, you can fork the strapi data fetching component and modify it for your own purposes.