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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Use Case: after creating a new object I want a field that contains a string concatenation of the text from the other fields.
However the depth on the data object seems to default to 1, so the relationships that I want to access just give me an ID instead of their contents.
So I am then having to do a findbyID using the req object on those relationship IDs to get the contents I'm looking for as a workaround.
Is there a proper way of going about this or increasing the depth?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions