Hello all,
If I have as shown in screen capture below, the field Golf Round Completed is not updated.
I wonder if it is because it is dependent on the updated value of the field Number of Holes Played.
Could it be that I have to first update Number of Holes Played in one Change Thing call, then update Golf Round Completed in a Change Thing call right after it?

Hi there, @guygreen63… you will likely have to do what you said about splitting the steps, but what is the Golf Round Completed
field supposed to store? The expression you are showing makes no sense to me (maybe I am missing something, though), so some clarification there would probably help.
Best…
Mike
Golf Round Completed is a boolean field. It is set to Yes if the player has entered a score on all golf holes of his game.
When Golf Round Completed is YES, a background database trigger is “activated” to update / calculate 19 other golf round field values.
Try a second step that sets the field to “yes”, and build out your expression as a condition on that step. In the condition, try to reference the result of the previous step’s number of holes played.
Thanks. It kinda makes sense to do it two steps. Unfortunately it slows down my App a bit.