What to do when CurrentValue is overloaded

The bulletproof solution is described here (basically the answer above expanded as a tutorial)

If you need a column formula, not an action — one way is to construct a full product of [outer CurrentValue, inner CurrentValue] pairs, then iterate over that. Example:

As for the original question, this should now be fixed. It was an editor bug.

3 Likes