Short answer: You can update folk person in Folk by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Folk Update Folk Person action to a workflow, map its 4 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 |
|---|---|---|---|
Person ID person_id | string | Required | – |
Full Name fullName | string | Optional | – |
Job Title jobTitle | string | Optional | – |
Description description | string | Optional | – |
{"person_id": "{{trigger.person_id}}","fullName": "{{trigger.fullName}}","jobTitle": "{{trigger.jobTitle}}","description": "{{trigger.description}}"}
{"id": "person_abc","fullName": "Jane Doe"}
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.