The real power of pinning comes from editing the pinned data to simulate scenarios you wouldn't normally encounter during happy-path testing.
Edge Cases to Test
- - Empty arrays: What happens when no items are returned?
- - Null/missing fields: Does your workflow handle missing data?
- - Special characters: Unicode, HTML entities, SQL injection strings
- - Large payloads: How does your workflow handle 1000+ items?
- - Invalid formats: Wrong date formats, non-numeric strings where numbers expected
How to Edit Pinned Data
- Pin the node output first
- Click the pencil icon next to the pin to edit
- Modify the JSON directly in the editor
- Save — downstream nodes now use your modified data