3 answers
I just wasn't clear! It is a true false checkbox next to a value. If the box is checked then I want to add the value next to the box into an email. I found a way to do it but it seems cumbersome. I use a decision to see if checked then make assignment of constant to variable and then use that variable in the email. I origianally wanted to show the value list with the checkboxes in the email, but this other solution seems to work ok.