I can’t updated the product stock. I’m tring to refresh the inicial stock from Product Table that I created, using the increment number action and despite no error message is reported, the action is not performed.
Expected behavior:
Is expected that action “reduce” the number of “Produto > Estoque” colunm, add the negative values from “Pedido > Venda” colunm
How to replicate:
Create a “Product” Table
Create a “Product/Stock” colunm
Create user-specific colunm to the user input the qty order of product
Creat a template colunm to transform the values on step 3 in negative values
Final step: creat an action to refresh “Product/Stock” colunm, increment by colum created on step 4
You can’t perform actions on multiple rows. When you click on the button, and since your increment is referring to ‘This Item’, it’s only going to increment one row, which is the row the screen is attached to. If I were to guess, it’s probably the first row in the table if you have no filters set on the screen, and since you have no value to increment in the first row, it won’t do anything.