Webhook in Workflow Expression for Multiple Columns

Hi there,

I know I can add rows using webhook with a body expression as follows:
“Rows”: [
<<Start: Select(Dimension[DimensionID], IN([DimensionID],[_THISROW].[DimensionList]))>>
{
“DimensionID”: “<<[DimensionID]>>”,
“DimensionNo”: “<<UNIQUEID()>>”,
“InspectDetailID”: “<<[InspectDetailID]>>”,
“CheckingItem”: “<<[Checking Item]>>”
},
<>
]

Question is what if I would also like to reference the key columns [DimensionID] to another table “Dimension” and retrieve [Checking item] from the same table “Dimension”?

Thank you.

Solved Solved
0 1 305
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

View solution in original post

1 REPLY 1

Steve
Platinum 4
Platinum 4
Top Labels in this Space