How to use slugs fetched from CMS in my page?

Hi everyone, I have an issue creating links with dynamic data. Using a data fetching component of a headless CMS in my case hygraph / GraphCMS lets me fetch the slugs/urls of blog posts. Can I use those slug in a standard link component of Plasmic? Or do I have to create my own link component?

Hi @awake_tortoise, you can use dynamic values to accomplish this: https://docs.plasmic.app/learn/dynamic-values/

Could be so easy, thank you =)