App integration: will Add/Edit action add/update a nested table(ref) information?

Example, I like to edit an order row with the customer reference.I also like to update the customer’s name. If I made an API call with a following row
{
Order: 123456,
Customer: {
email: “bob@test.com”,
name: “Bob”
}
}
would that update customer’s name? Please let me know if you have tried it.
Thanks

Related link : https://help.appsheet.com/en/articles/1979966-api-the-essentials

Solved Solved
0 2 172
1 ACCEPTED SOLUTION

@Steven_Aung
It won’t work that way. You need to call the referenced table directly to update the child record with API

View solution in original post

2 REPLIES 2

@Steven_Aung
It won’t work that way. You need to call the referenced table directly to update the child record with API

Got it. Thanks

Top Labels in this Space