Test Data

action_mock_data · action · Data & Transform · Available · v1.0.0

Description

Generate realistic test data with an ITALIAN dataset (plausible names, cities, companies): define a schema of field→type pairs and get N rows — develop and test workflows without production data.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
schema
Schema (campo → tipo)
key-valuenoOgni riga: nome del campo → tipo (fullName, email, phone, city, uuid, integer, pastDate, …). Vuoto = schema di default.
count
Quanti record
numberno10Da 1 a 1.000.
seed
Seed (riproducibilità)
stringno
es. test-ordini
Una stringa qualsiasi: stesso seed = stessi dati a ogni esecuzione. Vuoto = casuale.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • default

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-action_mock_data-1",
  "defId": "action_mock_data",
  "label": "Test Data",
  "config": {
    "count": 10
  }
}

🔗 Related nodes in the same category

Ready to use Test Data?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes