RunActions causes your document to recalculate between runs
Another unique feature about RunActions() is that it causes your document to recalculate between runs. This feature is better shown than explained.
Each of the two buttons below uses a ForEach() loop to add three random names to a table. But one button uses RunActions() while the other button does not. Press them both and watch how they behave differently