Open
Description
I expect to retrieve all data linked to this entry. I used the following code:
const sdk = useSDK();
const entryId = sdk.entry.getSys().id;
sdk.cma.entry.references({ entryId: entryId, include: 10 }).then(a=>{
console.log(a, 3343434)
})
But it seems that the returned data is the entry itself, rather than the data that references this entry. What did I miss?
Metadata
Metadata
Assignees
Labels
No labels