How can I use the new variables of a form in a flow? #2749
-
I started with the basic flow and added two string inputs In that UI I wanted to add a text area that I called What should I do so that the contents of such components (I will also use checkmarks) are available in the flow that the UI is based from? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
you would need to add them to the flow inputs in the flow builder (like you did for input1 and input2), and then in the UI builder, connect those flow inputs to your UI inputs (they will now appear in the right builder panel) |
Beta Was this translation helpful? Give feedback.
use eval or the plug to connect it dynamically to that component output on the left panel or clicking on the red plug when in connection mode. Would recommend following the tutorials in "Tutorials" above.