Source Tab
The Source Tab, located at the bottom of the Flow Canvas, is designed for advanced users who prefer to work directly with the flow's source code instead of the visual interface. This feature provides greater flexibility for those who are comfortable with coding and want more control over the flow's configuration.
Key Benefits of the Source Tab:
-
Direct Code Editing:
Modify the flow's JSON structure directly, allowing for faster adjustments and fine-tuning that might not be possible through the visual interface. -
Enhanced Flexibility:
Customize nodes, connections, or configurations beyond the limitations of the drag-and-drop interface. -
Efficient Bulk Changes:
Make bulk edits to multiple nodes or parameters without needing to interact with each one individually on the Canvas.
How to Use:
-
Access the Tab:
Click on the Source Tab at the bottom of the Flow Canvas. -
Edit the Code:
Review and modify the flow's JSON code. Ensure you maintain the correct structure to avoid errors. -
Apply Changes:
Save the updates, and the changes will automatically reflect on the Canvas.
Important:
The Source Tab is powerful but requires caution. Incorrect edits can break your flow. Always ensure you understand the JSON format before making changes.