Hey all! The docs make reference to Dependent wri...
# orm-help
e
Hey all! The docs make reference to Dependent writes and list Nested writes as the only technique to achieve this. I have a nested create within an
.update()
that needs to use the updated list of
subscribers
for example in the nested write to make a calculation. Is there any way to access the updated list of
subscribers
including the
id
of newly created subscribers for an update that hasn't finished executing yet?
At the moment I got around this by doing two separate updates 1. update the main data 2. another update using the data returned by the first update to update the relation field