🚧Simulating data (WIP)
This article lists and explains all available simulator functions.
Last updated
This article lists and explains all available simulator functions.
Last updated
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 do not differ from other functions in the way you can link, configure or extend them.
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.
randomNumber
randomString
randomText
error
randomObject
randomArrayOfIntegers
randomArrayOfNumbers
randomArrayOfDigits
randomArrayOfStrings
randomArrayOfObjects
randomNumericData
randomAddressData
randomPersonData
randomChartData
randomPointInCircle
longExecution