Hello Appsheet Community,
I can't manage to create an action that copies all values from one column and adds them to a column in another worksheet.
Example:
Table A:
ID | Bill |
1 | 5€ |
2 | 8€ |
3 | 2€ |
Table B
ID | Debt |
1 | 2€ |
2 | 0€ |
3 | 4€ |
Action triggered: Bill + Debt
Table B:
ID | Debt: |
1 | 7€ |
2 | 8€ |
3 | 6€ |
Unfortunately, I could not find a solution to this problem. I would be very happy if you could help me here.
Many thanks in advance
Solved! Go to Solution.
My mistake.
The first argument of the LOOKUP should bi [_THISROW].[id] instead of "id"
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |