Data#Set#Mapper#ETL#Data
Set — Field Remap
Map incoming text into named fields with the Set node before handing off to webhooks or databases.
Set — Field Remap
The Set node is Heym's lightweight mapper: define keys and expressions (including $input.text) to build a clean payload for the next step.
What this workflow does
- Input simulates a single blob of text (e.g. pasted form data)
- Set splits it into
titleandnotesfields (customise mappings freely) - Output exposes the structured object
Use cases
- Normalising messy inputs before Slack or HTTP POST
- Teaching mapping without writing code
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3Press Cmd+V / Ctrl+V — nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
#Set#Mapper#ETL#Data
Click a node to select it — same as the Heym editor; the panel shows its settings.
4 nodes · Free & source-available
More workflow templates
Explore related automations — each page links to other templates so you can discover more use cases.
- JSONPlaceholder User ProfileLoad a sample user record from JSONPlaceholder — handy for prototyping Set/Mapper nodes and mock APIs.
- Batch URL FetcherIterate over a JSON array of URLs with the Loop node, fetch each via HTTP, and merge all responses into one payload.
- Grist to BigQuery Sync LogRead qualified rows from Grist, stream them into BigQuery, and log the sync outcome in a Heym DataTable.
- Batch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- IMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Jina Web FetcherFetch clean, LLM-ready text from any URL using the Jina Reader API.
- Cursor Post NotifierMonitor the Cursor blog on a schedule and Slack-notify your team when a new post goes live.
- Gemini Image CreatorGenerate images from a text prompt using Gemini's native image output.
- PDF / DOCX Translation AgentTranslate the full text of any uploaded document using an AI agent.
- Claude Blog MonitorMonitor the Anthropic blog on a schedule and Slack-notify your team on new Claude posts.
- Open-Meteo Weather SnapshotPull live weather (no API key) from Open-Meteo for any city coordinates — great for travel bots and dashboards.
- GitHub Release RadarCompare the latest GitHub release tag against Redis and notify Slack when a project ships a new version.