Skip to main content
I have a flow that a user will select some checkboxes in.  I then send an email to another usergroup with the information each checkbox represents.  I created variables for the checkboxes and then tried to use those variables in the email but it seems that an ID is returned instead of the 'checked' checkbox.  How would I do this?
3 answers
  1. Apr 2, 2014, 4:48 PM
    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.
0/9000