PipedreamHQ / PipedreamHQ/pipedream
[FEATURE] More Complete Workflow Export Functionality: Option to "Include Configured Prop Values", Button in UI
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Is your feature request related to a problem? Please describe.**
I want a way to _**quickly export my workflow to JSON**_, especially the configured prop values!
I can use the _**API endpoint**_, but it takes a bit more time. It also _**doesn't include my configured prop values.**_
**Describe the solution you'd like**
**_UI Button:_** In a workflow, when you press the 3 dots in the top-right, would be the perfect place to have it in the UI imo.
**_API Endpoint:_** An additional option to include configured prop values. For each configured prop, it would show the value if it's not secret, and a placeholder designating that it's a secret otherwise.
**Do you have a workaround?**
Well I have claude make me a workflow guide specifying what values each prop should have for each step before I implement it, so I use that to flesh out the Workflow Details JSON so its an up-to-date representation of my workflow to use when debugging/iterating on existing workflows.
**Comparable features in other tools?**
Is this feature or one like it available in another platform? If so, we'd love to hear what you like about that implementation.
Yes the UI Button is in Zapier and N8N, in the location mentioned. I think they both also include configured prop values, but insert placeholders on the secret ones, but I'm not sure.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.