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
Today is possible to include orderId because it is the key from the parent but if I want to include let's say status to orderDetail object it isn't possible.
The text was updated successfully, but these errors were encountered:
There is a workaround for this today, but you need to make a custom column on the parent record that contains a json represenation of multiple columns you want to access. Then you just use that custom column as parent "pk", and can key into it from the child stream.
I want to include a field in my child stream using parent record information.
Example the API has
orders
andorderDetails
endpoint.Parent Record:
orders
Child Record:
orderDetails
Today is possible to include
orderId
because it is the key from the parent but if I want to include let's saystatus
toorderDetail
object it isn't possible.The text was updated successfully, but these errors were encountered: