Function for Randomize?

I need to be able to get a random number in Flow script but I can’t find any function for this?

Hi, you can use the Random function for that. I.e. Random(0, 10) will give you a random number between 0 and 10 (with decimals, but you can round that if needed)

1 Like