How can I initialize the content of a field in a Form with a number or text value?

I am working on a Form that requires the fields to be initialized with a number or text value on startup. Is there a way to do this?

Comments

  • Hi there,


    You can set an initialized value within a field in a Form by selecting “Constant Value” in the “Initially Enabled Source” drop down menu.


    You can find this drop down field by clicking on the respective field and navigating to the Properties tab on the right side under Behavior.


    In addition, make sure the Initially Enabled checkbox is set to true.


    From here, ensure that the inputs on the Form are set to Constant and set the default value you want for the field.


    Once run within a Flow, you will then see your initialized value within the Form.


    Additional documentation on this topic can be found here: 

    https://documentation.decisions.com/docs/mapping-form-data-inputs-and-outputs


    Hopefully this helps!

Sign In or Register to comment.