The community member is a Webflow user who is unfamiliar with custom CMS, JSON, and related concepts. They ask if they can use data from a collection as a video source. The comments suggest using template literals with backticks to access the video source from the CMS data, such as ${cmsdata.myvid.src}. After some back-and-forth, the community member is able to get the solution working by adding the expression to the Webflow expression editor. A community member shares a link to their website as an example of how they implemented this solution.
I use code embed inside collection item with HTML video element. Inside src attribute I need to pase something like "${cmsdata.myvid.src}"? Where I need to use backticks?
Use backticks around the entire text. It says, "Im going to be mixing static and dynamic text. Everything inside will be considered static until I run into ${}"