I need to change every column row that have my username

What i have:

      • An app with somes tasks to someone do along the day, but after some hour this guy go away and another one comes to continue the tasks.
      • the slice view have the app formula to show the tasks if data=today and name=useremail
      • and when the first guy finish his job, he open every tasks and the app have an button that if press yes, show the name to edit and the guy put the email from the next one.
      • but some times there is more than 10 tasks and need to open each one.

What i need:

so i need something to change in one time all tasks that have the useremail to another useremail.

0 2 393
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Youโ€™ll want to use actions to do this.

iโ€™ve tried these with actions and workflow:

action1

do this: Data: execute an action on a set of rows

referenced rows: SELECT(Aba Controle[name], [name] = useremail())
referenced actions: action2

action2

do this: Data: set the value of a column
Set this column: name2
to this value: โ€œtesteโ€

workflow

ALL CHANGES
Condition: [DATA]=today()

but nothing happens

Top Labels in this Space