This is for Web/React sdk 20.0.0
The row was created via TableDB.createRow(...)
and I can see it in the console with the relationships correctly set. In the console row, I can get the JSON and the data is all there, but getting the row with the TableDB.getRow()
api, the response does not include the many relationship attribute arrays. They are not even there at all, not empty, not null, just not there. The docs don't help... any ideas?
TL;DR
Issue: `TableDB.getRow()` response does not include relationship arrays for a row created with `TableDB.createRow()`.
Solution: It seems like there might be an issue with the SDK version 20.0.0. Double-check the SDK documentation and consider reaching out to the SDK support for clarification and possible solutions.