Skip to content

Conversation

russelj1
Copy link
Contributor

This PR updates the variable resolution system in buildAgentflow.ts to support dot notation for accessing nested properties in node outputs. Users can now reference specific nested values using the format nodeId.output.path instead of only accessing the entire output content.

Examples

Before
{{nodeId}} // Returns entire output.content or output object

After
{{nodeId.output.result.summary}} // Access nested summary property
{{nodeId.output.metadata.timestamp}} // Access nested timestamp
{{nodeId}} // Still works - backwards compatible

@HenryHengZJ HenryHengZJ merged commit 27bc47e into FlowiseAI:main May 28, 2025
2 checks passed
@HenryHengZJ
Copy link
Contributor

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants