How to generate random unique string (Password) in Pabbly Connect?

Status
Not open for further replies.
Recently, we have been asked by one of our users about this query and we have a provided the following solution to him:

Choose App: Number Formatter
Choose Method: Spreadsheet Formulas
Use the following formula in the formula field and click on “Save & Send Test Request”
Code:
DEC2HEX(RANDBETWEEN(0, 4294967295), 10)
You will get random string of 10 digit (as 10 was passed in the above code) in the response as shown below:

Spreadsheet-Formulas-inside-Pabbly-Connect-Pabbly.png


You can than map the result in any other module that you need.

This can be helpful for the use cases where, you need to generate any password.

For more spreadsheet formulas, you can refer this guide.
 
Last edited:
Status
Not open for further replies.
Top