atomicData-driven graphics
photoshop_generate_from_datasets
Batch-export the active document once per data set: applies each data set, saves a copy, moves on. "Mail merge for images". Users often say: generate all variants, batch personalize, render every row. Use when: data sets are already imported (photoshop_import_datasets) and you want one file per row. Returns: JSON { ok, summary, details: { exported, skipped, output_paths } }. Preconditions: active document with data sets. Side effects: writes files to output_dir.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| output_dir | string | yes | Directory for generated files (created if missing) |
| format | string | — | Output format |
| dataset_names | string[] | — | Subset of data set names to export (default: all) |
Community recipes
Nothing here yet. Be the first to share one.
Share a recipe