Existe una acción que dispare todas las filas de la tabla
crediya_guzman:
There is an action that triggers all the rows of the table
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
crediya_guzman:
what I need is an action that runs in a whole table (all the rows of the table) another action that I already have ready, that is to say when entering the table something so it says: “update the data” I press it and runs it in all rows
The action type I gave above will allow you to do that.
excelente muchas gracias!!