Modify a column from other For

Hey Helpers

Am all new to appsheet, and have started an app but cant figure out how i can change a value in a table from a form link to an other table.

TypeAmout
Transfer0
Cash0

This table most be updated from a form connected to this table when i click save:

 

TypeAmount
Transfer10
Transfer20
Cash10
Cash30

It must add the value to, is it clear?  hope so. well thanks helps if you can

0 4 52
4 REPLIES 4

Various aspects of the best approach (e.g., virtual columns, actionsreverse references) are likely dependent on many aspects of your need and current app design that you haven't elaborated here. Based on the minimal information you provided, consider starting with an expression like the following in first table's Amount column's App formula property.

SUM(SELECT(Table2[Amount], [Type] = [_THISROW].[Type])

 

Ok, euh.... i need to update the [amounts] of a table called Tracking, every time a submit a form from a second table called Details, Value from row [Amount], with the type has ids

Better in image

LoopinG_0-1673881249616.png

 

Consider one of the following techniques:

Top Labels in this Space