Constants as input variables in process

Good morning everyone. I am building a process that builds an ID.

The ID is built in the following way:
1)Alias: Label of the selection of a dropDownList in a Form, stored in a constant. I need to have this as a parameter in my process

2)ID: Value of the selection of a dropDownList in a Form, stored in a constant. I need to have this as a parameter in my process

3)CurrentDate: gathered with the following expression: datetext(now(), "yyyyMMdd"), inserted in a Script Task 

Can someone help me with the first two points? I am running version 16.3 of Appian

Thank you all and have a nice day, Luca.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    5 months ago

    You can use a rule input to store the selected value and pass it to a process variable in a process model. To do this, you would first create a rule input that corresponds to the input field where the user selects their value. Then, you would map the value of the rule input to a process variable in your process model.

Reply
  • 0
    Certified Associate Developer
    5 months ago

    You can use a rule input to store the selected value and pass it to a process variable in a process model. To do this, you would first create a rule input that corresponds to the input field where the user selects their value. Then, you would map the value of the rule input to a process variable in your process model.

Children
No Data