Search found 1 match

by shyhga
Tue Mar 03, 2026 8:12 am
Forum: Flows
Topic: Assemble without duplicate
Replies: 2
Views: 1296

Re: Assemble without duplicate

You can solve this by grouping on the job number and adding a condition on the Part code. Extract the number (e.g., 1234) as your primary grouping key, then also extract the Part code (A, B, etc.) and use it to check uniqueness. Configure the Assemble step to: Group by the extracted job number Requi...