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.
action_mock_data · action · Data & Transform · Available · v1.0.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
schemaSchema (campo → tipo) | key-value | no | — | Ogni riga: nome del campo → tipo (fullName, email, phone, city, uuid, integer, pastDate, …). Vuoto = schema di default. |
countQuanti record | number | no | 10 | Da 1 a 1.000. |
seedSeed (riproducibilità) | string | no | — es. test-ordini | Una stringa qualsiasi: stesso seed = stessi dati a ogni esecuzione. Vuoto = casuale. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
defaultJSON 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
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes