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 304
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