Demo data generator

5
I have to generate data in my demo-application but I do not want to enter it manually. Is there a way to generate demo data automatically?
asked
3 answers
4

I think the easiest way is to model a microflow doing this for you. I assume you want data according to the rules in your project (e.g. validations) and you want to create some associations. Generating your data using a microflow will ensure you have meaningful demo data.

So:

  • Create a microflow.
  • Create objects in that microflow, you can use loops to create multiple objects.
  • For the content you can use the random function in microflow expressions to generate random data.
answered
2

I found this data generator on the web. How do I get the data into my database?

answered
1

Are there data sets available with dummy data for demo's?

answered