Hi Make
I’m making a scenario that posts a message at a given time in a Telegram channel. It is necessary to add a function that would insert a random number from 2.xx to 9.xx into the message, where “xx” is min 01, max 99. Step 0.01. For example, 2.00 / 2.01 / 3.15 / 4.09 / 9.99 etc.
Сan you tell me how this can be done
I understand the need to use the random function. But I don’t understand how to customize it for my case.
There is an example in the help center:
I tried to use the suggested formula for the test
{{floor(random * (1.max - 1.min + 1)) + 1.min}}
Here’s what it looks like for me
But this formula cannot be tested, because an error.