Get Value from "added new record" in action2 startet via workflow and execute an action1 on a set of rows

Case:
Tables A, B, C
Workflow starte if A add new record
Action 1 Data: execute an action on a set of rows from B
Action 2 Data: add a new row to C using values from this row from table B
“Set these columns. To the constant or expression values defined”:
To fill all fields in Action 2 we need an value ([Id]) from the new record table A.
How get to this value in the EXPRESSION?

0 3 324
3 REPLIES 3

You can read it few different ways… with a LOOKUP() or with a Deref (if you have related table structure). Please check these two articles…

Thank you very much.

You’re welcome

Top Labels in this Space