Existe una acción que dispare todas las filas de la tabla

Existe una acción que dispare todas las filas de la tabla

Solved Solved
0 4 927
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

An action of type Data: execute an action on a set of rows can be used with a Referenced Rows expression of either:

My Table[Row Key]

or:

FILTER("My Table", TRUE)

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

An action of type Data: execute an action on a set of rows can be used with a Referenced Rows expression of either:

My Table[Row Key]

or:

FILTER("My Table", TRUE)

lo que necesito es una acción que corra en toda una tabla (todas las filas de la tabla) otra acción que ya tengo lista, es decir al entrar a la tabla algo asi que diga: “actualizar los datos” la presiono y la corre en todas las filas

The action type I gave above will allow you to do that.

excelente muchas gracias!!

Top Labels in this Space