Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Add the content of one column to another using an action.

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:

 

IDBill
15€
28€
32€

Table B

IDDebt
12€
20€
34€

Action triggered:  Bill + Debt

Table B:

IDDebt:
17€
28€
36€

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 Solved
0 4 231
1 ACCEPTED SOLUTION

My mistake.

The first argument of the LOOKUP should bi [_THISROW].[id] instead of "id"

View solution in original post

4 REPLIES 4
Top Labels in this Space