I have recently built an app for my e-commerce business which manages order processing. Till now everything seems ok, but I’m stuck with automations where I need some expert advice.
App Description
I’ve got these Tables -
Products (Fields- Product Id, Product Name, Type, Price and Image)
Sale (Fields- Sale ID, Date, Order ID, Order Status)
Sale Details (Fields- Sale ID, Product ID, Order ID and Packing Status)
Problem
I’m trying to change the status of “Order Status” in Sale Table from “New” to “Packed” when I change the “Packing Status” in Sale details Table to “Packed”.
I know this has to be done with actions and workflow, but I’m not sure how to do it. I’ve seen a lot of videos and read a lot about it, still no help.
Looking for solution with steps (if possible). Thanks in advance
You need to use two actions… the one which update the sale record and then another one that is triggered from Sale Details record and this action needs to be triggered as “Execute an action on a set of rows”. Please check a sample app called “Update Parent” from www.appsheet.com/portfolio/531778.
im having the same problem. Can you help me to fix it. Here’s some screenshots about my app.
Im trying to update de column “Proyecto Ubicaciones” (ref by table ‘Proyectos Ubicaciones’) of my table Products.
I’m trying to change the value of “Proyecto Ubicaciones” in Products Table when I set the “Name” Column in Orders Table.
Proyecto Ubicaciones column of Product Table and Name column of Orders table, are both referenced to the same table that is Proyectos Ubicaciones table.