Builder not passing reference value while in the visual editor

Hello @efogdev<

We do have a new option available to include references in the builder state. If you go ahead and add options={{ includeRefs: true }} to the SDKs <BuilderComponent> it should include references to the relevant models, and give you the data that you want.

Another option is to dynamically fetch references by given Id;

blog-article(query:
{
id: “{’$in’: [list of ids]}”
}
)

Hope this helps!