I have two tables in my Power page - GRN Item table and Item master table. In the GRN Item table, there is a lookup field for Item Id, along with a 'Qty Delivered' column. The Item table contains a 'Balance Qty' column.
I want to implement an automatic update mechanism so that when I create a new GRN item, the 'Balance Qty' column in the Item table gets updated automatically (i.e., Balance Qty = Balance Qty + Qty Delivered).
How can I achieve this using Web API in Power page?

Report
All responses (
Answers (