Normal
The setup for this should be:#2 -> #1#1 -> #3The issue you are encountering can be due to timing issue. It could be that #2 is updating #1 quicker that #3 updating #1, hence overwriting the change. The plugin should cater for this as before doing any update, it will check the watch status first...
The setup for this should be:
#2 -> #1
#1 -> #3
The issue you are encountering can be due to timing issue. It could be that #2 is updating #1 quicker that #3 updating #1, hence overwriting the change. The plugin should cater for this as before doing any update, it will check the watch status first...