🚧Simulating data (WIP)
This article lists and explains all available simulator functions.
In app development, the original data needed to test certain functionality might not be available during the building phase. In such instances, utilizing the simulator is a wise choice. The simulator provides a comprehensive set of functions, capable of generating various data types and random data.
To access the simulator, unfold Simulation
> Simulator
in the functionality panel.
Simulator functions
Simulator functions do not differ from other functions in the way you can link, configure or extend them.
Random integer
The randomInteger
function generates random integers. You can specify a minimum and/or maximum value for the random integer using the min:
and max:
options in the input field.
Random number
randomNumber
Random string
randomString
Random text
randomText
Error
error
Random object
randomObject
Random array of integers
randomArrayOfIntegers
Random array of numbers
randomArrayOfNumbers
Random array of digits
randomArrayOfDigits
randomArrayOfDigits
Random array of strings
randomArrayOfStrings
Random array of objects
randomArrayOfObjects
Random numeric data
randomNumericData
Random address data
randomAddressData
Random person data
randomPersonData
Random chart data
randomChartData
Random point in circle
randomPointInCircle
Long execution
longExecution
Last updated