Each successive formula adds 1 to the previous formula.
Note here that Reference Number does not count as a formula reference since it is referencing a property and not a formula.
Some examples:
Formula Ref 1 → prop("Reference Number") + 1Formula Ref 2 → prop("Formula Ref 1") + 1Formula Ref 5 → prop("Formula Ref 4") + 1You’ll note that on Formula Ref 8 the value is Empty. If we take a look at the formula here, we see a Maximum recusion depth exceeded error.
