You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
I am trying to use a Firebase AI Agent in a page action block in the action flow editor.
It works. but later, when I use another action to clear the chat history, even though I pass the same exact conversation ID as the one in the agent node, the Project Issues window gives this error: """No matching Send Message action found with the same conversation ID."
In my workflow, the page action block has some parameters. I tried passing a string action parameter as the Conversation ID and it gave the error. I also tried to pass the user ID, but still it gave the error. Then I typed a string into the conversation ID and passed the same into the 'Clear Chat History', but it still gave the error.
Note that when testing not in a page action block, the editors doesn't show this message.
Expected Behavior
When passing the same Conversation ID to the 'Clear Chat History' action, the builder should not throw an error.
Steps to Reproduce
Create a page action block
add a 'Send Message' to a Gemini agent - pass a conversation id
add a 'Clear Chat History' action right after it - pass the same id you passed to the last action
Reproducible from Blank
The steps to reproduce above start from a blank project.
- FlutterFlow version: v6.6.94
- Platform: Windows 11
- Browser name and version: Edge Version 148.0.3967.54 (Official build) (64-bit) - It also happens on the desktop FF app
- Operating system and version affected:
Edition Windows 11 Home
Version 25H2
Installed on 30/10/2025
OS build 26200.8328
Experience Windows Feature Experience Pack 1000.26100.304.0
Can we access your project?
Current Behavior
I am trying to use a Firebase AI Agent in a page action block in the action flow editor.
It works. but later, when I use another action to clear the chat history, even though I pass the same exact conversation ID as the one in the agent node, the Project Issues window gives this error: """No matching Send Message action found with the same conversation ID."
In my workflow, the page action block has some parameters. I tried passing a string action parameter as the Conversation ID and it gave the error. I also tried to pass the user ID, but still it gave the error. Then I typed a string into the conversation ID and passed the same into the 'Clear Chat History', but it still gave the error.
Note that when testing not in a page action block, the editors doesn't show this message.
Expected Behavior
When passing the same Conversation ID to the 'Clear Chat History' action, the builder should not throw an error.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4gkPHl8YxNrupE7aX6bu9Wq2AvC245apc0sNobbxAjIoDoPJkUafSlU1VWXc+4Sgk6KEWKrEwDwMrPhs7LDu0oNRWrR4hk+bhIdAzLRTi/aoSPCqqSdXNDHeNRChWl3J+R2iZ+BM9hSWQg71OuA+jIb3TrHof7Zwh9f6PHaOI=j
Visual documentation
FF.Agent.in.Action.Block.bug.mp4
Environment
Additional Information
No response