help with action on a set of rows

Hello!

I have a problem with the action exceuting in a set of rows, i have another that works perfectly fine, but this does not, i made an action to transfer data from one table to another (works fine line by line) but whenever i try to use an action for all the rows where the behaviour is:

AND(
[Resuelto]=“resuelto”,
[email enviado]=“enviado”
)

just do not work… im so tired of thinking whats the mistake or what is happening

transfer all data action

Is column “Pedido Gera” a key column? It needs to be.

2 Likes

Thanks!! it was so simple, i did not realice that.

problem solved

2 Likes

Good to hear!

1 Like