I’m trying to build a form with select box of all 12 months but the month it is ran in will be checked by default. Could someone provide an assistance on this?
Thank you.
I’m trying to build a form with select box of all 12 months but the month it is ran in will be checked by default. Could someone provide an assistance on this?
Thank you.
Hi @QTH,
Select the default month in the select box: Use the Select Item activity to select the option in the select box that corresponds to the current month. To do this, use a Switch activity to check the value of the month number variable and select the appropriate option in the select box. For example, if the current month is April (month number 4), you would select the option in the select box with a value of “4”.
if its not working plz explain with screenshot, will try to give better solution for this
Thanks,
Do I place the Select Item activity within the create form activity? The property name of the select box is monthSelection and the value are the 3 characters of each month. How do I indicate the selection within the Select Item activity? Thank you.