Bug when using False() in Random() formula

Random(updateContinuously) takes a boolean to determine if it should generate once or be regenerated on an ongoing basis

When compared, False() and false are equivalent – they both return the boolean false.

But when used in the Random formula, Random(false) does not work the same as Random(False()).

You can see this document for details: Random Example

Could you maybe add a button to press that updates the state of the document so that we can see it in action?

Right now, we can’t see any changes on your doc.

Or just make the doc copyable?

I’ve updated the sheet. Let me know if that doesn’t work!