Random Number Generation
This feature allows you to generate a random sequence of numbers that cannot be reasonably predicted. It will help you ensure the security of data and will allow you to easily differentiate between two numbers.
These can be alphabet, numeric or alphanumeric wherein each generation is a function of the current value of an event’s attribute that is constantly changing in a manner that is practically impossible to model.
You can generate random IDs, non-sequential IDs, random characters such as SEINSLDFORFNC and so on for different data fields and users. For instance, PNR numbers for airplane and train tickets, promo codes, lucky draw numbers etc.
1. Adding Fields
Choose Custom UUID as field type to start adding fields.
2. Configure the Field
Now you can start giving details to fields. Firstly, add a name to your field
2.2 Choose Field Algorithm
Select the algorithm. It can be alpha numeric, alphabet, numeric and so on.
2.3 Append the Field
You can append something hard coded in front of the string.
2.4 Append the String
Similarly, you can append something hard coded at the back of the string.
2.5 Mention the UUID
Specify the minimum length of the UUID you want.
3. Save Field Entries
Once you finish adding all the field details, Save them.
---4. Configuring Data
<<<<<<< HEAD
---
6. Display data to the data table/group
Click on the circular Settings Icon . This way you can bind data from the Collections. A box will appear on doing so. Mention the name of the collection from the dropdown to display/show its data to this selected table.
Go to the components section and click on it to add let’s say, a data table to the space. You can choose a data table, data group etc., from the components section as per your requirement.
roopal
5. Export Data
Click on the circular Settings Icon . This way you can export/ bind data from the Collections. A box will appear on doing so. Mention the name of the collection from the dropdown to export its data to this selected table.
6. Preview/Publish the Data Table
After successfully importing the data click the Preview/Publish icon in the top right corner. You can also get the final preview as -
- Random Number (Eg: 231234)
- Random String (Eg: ABGHYTA)
- Random Alphanumeric (Eg: A23FG6A7)