Hi all,
I am creating an appsheet to manage inventory but I have a trouble. In my table, I have a column named Quantity and another column named Order. When an user create an Order, they will input value into Order column. I want to create an Action to confirm that Order be received. So I want that action contains these following things:
-
Add a new row to that table and let the user input information (Or just Edit the Current row)
-
Update new value of Order based on the value of Quantity user inputs.
-
If possible, leave the value of Order blank if [Order] = 0.
Is that possible to create these action that I mentioned above? If yes, could you tell me how to create those?
Thank you guys so much