Random Sequence

#1

Is there a way to generate a random sequence of lowercase, uppercase letters within FlowXO? These would be used as keys.

(Steven Booth) #2

I love questions like this, because it’s a great opportunity to say yes, and show off some of Flow XO’s more involved, exciting features!

The code service can do pretty much anything you want it to do.

You can aslo get random numbers more simply using the number service.

Thanks,

Steven

(Antonio) #3

Hi Steven,
at a certain point of my flow, I’d like to generate a random number as password for my user to send him via email.
Do you have some implemented example to show me (as I’m pretty new in Flow xo).

Thank you very much
Antonio

(Daniel Beckett) #4

Hi Antonio,

The Number service can be used to generate random numbers. :slight_smile:

(Antonio) #5

Thaks for your answer Daniel,
first I wanted to see an implementation’s example for it… but for my second time… i found it out my self just few minutes after my post :smile: :smile: