Passing a Constant Value
Comments
-
I have a flow that needs to have a constant passed from form to form. It needs to be in a place that is easy to change one time so the person changing the two values doesnt have to make the change for multiple forms. I have the value in the Start Step and this works good in debugger. When I try to run from the URL it doesnt have the constant value.
What is the best way to put a constant value in a flow?
-
The best way to put a constant value in a flow is to use the [b]Create Data[/b] step. On this step you can define the two variables as constants. These will remain its set value throughout the flow.