Short answer: You can nano banana list generation history in Nano Banana Expert by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Nano Banana Expert Nano Banana List Generation History action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Limit limit | number | Optional | Number of records to return (max 100) |
Offset offset | number | Optional | Pagination offset |
{"limit": "{{trigger.limit}}","offset": "{{trigger.offset}}"}
{"limit": 20,"total": 42,"offset": 0,"generations": [{"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890","seed": 1234567890,"model": "fal-ai/nano-banana-2","prompt": "A futuristic cityscape at sunset","image_url": "https://nanobanana.expert/cdn/generations/abc123.png","created_at": "2026-04-24T10:30:00Z"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.