I added a message box to load the radio button control just after I used Transfer data to blank out a yes score. This is what I got: What the heck does this mean?
Hi @jaswerl ,
How did you use your transfer data rule? (some screenshots of your scenario might help more) / what are you trying to display in the message box?
Kind Regards
Prineel
Hi Prineel,
I placed the radio button list control in the message to try to ascertain the value of the control after a user changes it and I used transfer data rule to transfer the change to a smart object. The green circle is what I got back. I don’t know what that means!
Hi Prineel,\
Why no it doesn’t look like that. What is that second rule?
I never say anything like it. What is it’s name?
Hi @jaswerl ,
Its the execute smart object method under actions. You can do a lot with its functions, like save, create, delete, list and a lot more.
Kind Regards
Prineel
Hi @Prineel
Ah the name of your SO Value threw me. I have used that rule before and it does NOT save a change in the radio button value to the smart object. If the initial selection is Yes and the user changes it in a later step to No the changed value is not saved. In the next step it is still Yes.
Hi @Prineel here are some screen shots
If a user choses yes the yes is saved in my create method
In a later step the user changes to NO. Here is my Save method and configuration
Hi @jaswerl,
Perhaps try transfering the value into a data label, and at the later step, use the save method to store the data label value into the smart object.
Kind Regards
Prineel
@Prineel Hi Prineel,
Thanks for working with me on this. I just tried your method. It did not work. the originally entered yes still exists in the final step.