Update a parent table field based on a child table field on create / edit

I have created a rent application. I need to track the product status whether product is out and in.

Parent table.
Product

Product ID
Description
Status - Out / In
Related out table - List

Child table:
Move Out

Product ID Ref to Parent
date out
customer
returned - Yes/ No
return date

When an entry is added to Move Out, I want to update the Status in Product to โ€˜Outโ€™.

When an entry is edited and returned field updated as โ€˜Yesโ€™, I want to update the Status in Product to โ€˜Inโ€™ .

I am not sure how to do this.

0 1 198
  • UX
1 REPLY 1

You can gladly use Webhook Workflow for both tables set with UPDATES_ONLY mode and make a call to preset AppSheet API :: Edit Row





Top Labels in this Space