Skip to main content
Nintex Community Menu Bar

Hi,

I’ve create a rule “When a control is changed” on drop-down list and put advance condition for transfer data to another control

 

Normally, the rule should run when I’ve select data on this drop-down

 

But, when I open the view with parameter(execute read method) for put data to drop-down list and another column,  the rule "When a control is changed" is running.

 

How can I set the rule for running only when drop-down list is select or change not when the view initialize with data.

 

Thanks,

Tim

Hello - I typically add an “Is Initialized” hidden checkbox on my views that default to unchecked and get checked on the initialized event. I then interrogate this value on the various field changed rules to make sure it isn’t being changed by the initialize and actually by a user. Let me know if that makes sense and, if not, I can elaborate further. 


Hi ​@ittipong.d 
Has this answered your question?