Skip to content

Conversation

HenryHengZJ
Copy link
Contributor

  • Replace manual template variable processing in multiple components with a new utility function processTemplateVariables.
  • Update updateFlowState function to improve clarity by renaming parameter.
  • Refactor state processing in Agent, CustomFunction, ExecuteFlow, LLM, Retriever, and Tool components to utilize the new utility for handling template variables.
  • Enhance maintainability and reduce code duplication across components.

This PR allow Array Input to be able to use variables:
Screenshot 2025-09-12 114455

…with a new utility function `processTemplateVariables`.
@HenryHengZJ HenryHengZJ merged commit 4987a28 into main Sep 12, 2025
2 checks passed
erhhung pushed a commit to erhhung/flowise that referenced this pull request Oct 5, 2025
- Replace manual template variable processing in multiple components with a new utility function `processTemplateVariables`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment