Hey! How two level nested collection?
{
populate: {
content_sections: {
populate: {
image: {
fields: ["url", "alternativeText"],
},
cta: {
populate: true,
},
button: {
populate: true,
},
values_group: {
populate: true,
},
field: {
populate: {
treatments: true
}
},
},
},
},
};
I have queryString, and if I set wildCard for field, then I got collection of fields, but fields collection has relation one to many with treatments collection. How can I populate treatments name field?
This topic has been created from a Discord post (1283473996536352811) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord