How do i select which row i want the value to be in?

I am trying to create an action that would set a value from another column to an specific column row.

Currently, it’s setting the value in the same row and i want to be able to specify which row in that column!

I know that i can select the column with [Column] but how do i specify which row i want?

Solved Solved
0 22 4,278
1 ACCEPTED SOLUTION

@Moncrab
So the expression in the Referenced Rows property of specific_row_action is incorrect. It should be:

SELECT(Job Dispatch[Key],[_RowNumber]=2)

View solution in original post

22 REPLIES 22
Top Labels in this Space