Save object and relationship in one call?

Is there a way to insert data and create a relationship in a single call? Right now I insert a row and then add a relationship to the user table in a second call.

Thanks,
Tim

@Tim_Jones Yes, you can. It is called Deep Save, and it is explained best I think in this video by Mark:

1 Like

@Tim_Jones

Deep save is ok. Deep save uses transactions under the hood. It costs one API call. But you can reach the transaction limit.

Can you explain what you mean by “you can reach the transaction limit”?

Tim

@Tim_Jones

1 Like

Thank you!