I could replicate redndahead’s problem exactly as he shows it and can add the following:
If I change the formula to any other formula it continues to displays the results of that formula after I change it back to ARRAYUNIQUE (see screenshot where the formula is ARRAYUNIQUE but it show the result of a previous ARRAYJOIN
The other array functions ARRAYCOMPACT, ARRAYFLATTEN, show the same behaivour as ARRAYUNIQUE
I think the switching from ARRAYJOIN to ARRAYUNIQUE demonstrates the same thing I was saying above about “Blah”. Those functions work so it’s displaying a value, but the ARRAYUNIQUE fails silently so it leaves the last value that worked.