Trouble creating a workflow to update Data

Hello,
I am using this guide to try an update columns in Table B based on input from Table A.
All the columns in question are of Decimal type but when I attempt to construct the โ€œexecute an action on a set of rowsโ€ My ref row expression keeps returning a column type error message. My expression is as followsSELECT(Incoming RM[Quantity Out],[RM Inv Id]=[_THISROW].[RM Inv Id]). I canโ€™t figure out where the discrepancy is in column type.

Any help would be appreciated

Solved Solved
0 2 502
1 ACCEPTED SOLUTION

Hi Eli,

Is โ€œQuantity Outโ€ the key for table โ€œIncoming RMโ€?
The โ€œReferenced rowsโ€ property must return a set of key values.

View solution in original post

2 REPLIES 2

Hi Eli,

Is โ€œQuantity Outโ€ the key for table โ€œIncoming RMโ€?
The โ€œReferenced rowsโ€ property must return a set of key values.

Just realized that now. Thanks for the clarification

Top Labels in this Space