Execute an action on a set of rows changes wrong fields

Hey guys,
I’m using a “execute an action on a set of rows” action.
The problem is that the rule changes also the value other columns:
Action1:
2X_1_1a7a1758a22c8ccdabfd9583fc8c61c06778eab3.png
Action2:
2X_6_64f9691aec244375c55526f81995277d19dd17cb.png
The goal is to just change the value of “ERP” like in action1 just on many rows where rule of action2 is true.
When Im running the Action2 (execute an action on…) with the action1 as refecerenced action all the values of the view are chaning (e.g.: the “user”).
2X_4_4a8c57a4a90078652aca21b4cc5c7a206cd49999.png
What I’m doing wrong?
Can someone help me?

Solved Solved
0 6 990
1 ACCEPTED SOLUTION

I am not sure I understand what you are reporting. Can you clarify?

The Data Change action is only updating the value of the single field you specify.

However, if your table contains fields that have AppFormulas or Worksheet Formulas, then those field values will be recomputed and potentially updated whenever the record is updated. In your case the update is being triggered by the Data Change action.

If you want an AppFormula to be evaluate exactly once when the record is first created, you should specify that expression in the InitialValue property. InitialValue expressions are not reevaluated on updates.

Forgive me if I misunderstand what you are reporting.

View solution in original post

6 REPLIES 6
Top Labels in this Space