if you are getting multiple messages with a single option string, you will need to join the options into an array, or save to context storage. The msg.complete in your msg object would probably interfere with the join node, you may want to delete it unless it's there to denote the last msg part for the join. It may help to see a flow that is causing the join issue.