Let’s say we have an array that includes a bunch of page data (actually we are retrieving data from Airtable). So we want to combine Builder designs with this data and auto-generate pages in Gatsby. So does it make sense to you? Can we combine our symbol layouts with data sources?
The other way to do it is to pass data into the Builder component as a prop within your code. To do that, have a look at this forum post, particularly the section on “passing down data and actions.” Once you pass that data into the component, it can be used within your symbol. The data will be available on the state object.