Good morning,
For simplicity purpose let's say that I have a form that has two radio buttons. One radio button assigns the value of 0 and the other one as 1. Their display is No and Yes.
I want to keep the 0 and 1 as the values because I insert this into a database, I'm using lookup rules to swap the radio buttons also when loading and all works just fine.
However, I have a workflow that has an Email activity that grabs the value submitted from the radio buttons and says something like. You chose "1" or You chose "0".
I want for the email message to say: You chose "Yes" or You chose "No". I was hoping that I didn't have to mess with hidden fields since I'm already using many to swap the radio buttons back and forth. In a real scenario I have multiple questions with this radio buttons and it would be too much work to create a case for each.
Is there a way to simply program something on the Email Activity (or prior to getting to it) so that when the field is retrieved if it reads 0 to convert it to "No" and if it reads 1 to convert it to "Yes"?
I tired the conditional branch but it only drives the flow into that branch, it doesn't allow you to set new values or something.
Any ideas?