I start with an embedded form, that asks the client to register for course A.
I do all the double opt-in part. That works fine.
Client is added to the list for course A.
Finally I added an if/else condition to check the NEWSLETTER attribute.
If it is set to YES the contact shall be added to the separate Newsletter list.
However, this second step never leads to a new entry in that list.
The newsletter list keeps to be empty.
I created a simplified workflow to test the true/false split only. I never achieve a list entry, if condition is YES.
Can anyone help with this behaviour?