Duplicate results

Hi Experts

Simple BPM question. In a table like OrderHed and you either count the rows or simply connect it to message box you get two rows, the message pops up twice. This is using either the Update or MasterUpdate method. Looking at the RowMod on both messages they are ‘U’. There are no lines in the order yet. How do I get only one?

Simple counting code is

foreach ( var r in ttOrderHed)

{
_cnt++;
}

Thanks

Steve

Hey Steve! This is a confusing question. Perhaps a screenshot from your BPM will help.
Is this in a UBAQ, Method Directive, or Data Directive? What is your goal?

Thanks. I have fixed this.

Regards

Steve