Issue with dropdown field

Hi to everyone,

I've tried to create a very simple form with a dropdwon field with a default value, but something doesn't work.

My objective is to create a dropdownw field with a default value specified in the local variable defaultValue, I'm expecting that if the user don't touch the dropdown and simply click on the "Submit" button the value svaed on the ri! is the default value, but it doesn't save anything why??? the cons declared on the code is a multiple text one with value: 01:00AM;01:30AM;02:00AM;02:30am;03:00AM;03:30AM;04:00AM;04:30AM;05:00AM;05:30AM;06:00AM;06:30AM;07:00AM;07:30AM;08:00AM;08:30AM;09:00AM;10:00AM;10:30AM;11:00AM;11:30AM;12:00AM;01:00PM;01:30PM;02:00PM;02:30PM;03:00PM;03:30PM;04:00PM;04:30PM;05:00PM;05:30PM;06:00PM;06:30PM;07:00PM;07:30PM;08:00PM;08:30PM;09:00PM;10:00PM;10:30PM;11:00PM;11:30PM;12:00PM

=load(
local!defaultValue: "09:00AM",
a!formLayout(
label: "Apac Test",
firstColumnContents: {
a!dropdownField(
label...

OriginalPostID-189720

OriginalPostID-189720

  Discussion posts and replies are publicly visible

Parents
  • @marcoc Hi, here goes the answer to your question.

    I'm expecting that if the user don't touch the dropdown and simply click on the "Submit" button the value saved on the ri! is the default value, but it doesn't save anything why? - The answer to this question can be found at https://forum.appian.com/suite/help/7.11/SAIL_Design.html#Enabling_User_Interaction. The behavior is expected and is as per the SAIL architecture.


    An other way (an alternate to the solution proposed by @martinm) to save the value into the variable would be populating the activity class parameter(Inputs tab) in the user input task.
Reply
  • @marcoc Hi, here goes the answer to your question.

    I'm expecting that if the user don't touch the dropdown and simply click on the "Submit" button the value saved on the ri! is the default value, but it doesn't save anything why? - The answer to this question can be found at https://forum.appian.com/suite/help/7.11/SAIL_Design.html#Enabling_User_Interaction. The behavior is expected and is as per the SAIL architecture.


    An other way (an alternate to the solution proposed by @martinm) to save the value into the variable would be populating the activity class parameter(Inputs tab) in the user input task.
Children
No Data