Replies: 1 comment
-
While this doesn’t directly answer the original question about how to pass variables, it does meet the requirement. In the Flowise embed, including the following inside
Then, within a JavaScript function in the Flowise workflow, you can access the session ID like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background: I’m embedding a flowise chat form in my web site and need to hand off a clientID into a downstream JavaScript node inside my Flowise workflow. I’ve tried numerous tutorials, YouTube videos and ChatGPT suggestions over the past few days, but nothing has worked so far.
I get the impression from everything that I have read that this is doable, but I'm just missing something
What I’m looking for is any minimal but complete tutorial or working code snippet for how to do this.
I'm using flowise 3.0.3
Beta Was this translation helpful? Give feedback.
All reactions