Get values from an Event that runs a ForEachRowInTable

I have an Event that will be scheduled to run daily. It will check each row of a table for a date. 

If the date matches Today() than it will trigger a Process that will add a a new Row to another table.

The new row will need values from the row of the table that was checked that trigger the process.

How do i get some of the values from that row?

Solved Solved
0 1 123
1 ACCEPTED SOLUTION

You can read the value just with the [ColumnName] because the task is triggered from the row.

View solution in original post

1 REPLY 1

You can read the value just with the [ColumnName] because the task is triggered from the row.

Top Labels in this Space