It seems that createRow
returns the created row with all relationship fields populated 1 level deep. I'm trying to replicate that behavior with getRow
, so I tried using Query.select(['*.*'])
, but it consistently returns 500 Server Error with type general_unknown.
TL;DR
Developers are encountering a server error when selecting `*.*` in `getRow`. They are trying to replicate the behavior of `createRow` with `getRow` by using `Query.select(['*.*'])`, but it results in a 500 Server Error with type general_unknown.