You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the data linked to the entry, it seems that you can only call preview-contentful-api. But the cma in useSDK uses the manage-contentful api. How do I use useSDK to get this content?
I'm just getting my head around contentful apps myself. I think you're using the wrong function call. I don't know which one you should use though.
For anyone landing on this thread, sdk.cma.entry.references({ entryId: entryId, include: 10 }) retrieves the entry, plus data for the reference fields in that entry. For reference fields sdk.cma.entry only includes the field sys data, not the actual referenced entry.
I expect to retrieve all data linked to this entry. I used the following code:
But it seems that the returned data is the entry itself, rather than the data that references this entry. What did I miss?
The text was updated successfully, but these errors were encountered: