I am setting the default country code on a phone number question based on the answer to a previous question. I first ask them to choose their country, then based on the answer they are logic jumped to a phone number question that has their chosen country’s code as the default. In practice, this means I have multiple phone number questions.
I would like to store the answer to each of these phone number questions in a single text variable so that I can map it through our Salesforce integration. I need this since the integration only allows a field to map to a question/variable once, so I cannot simply map the desired Salesforce field to my multiple phone number questions.
I tried to populate this text variable with logic rules, but when using the ‘Replace’ function in logic, it only accepts text that I type (recall is not allowed). I need the ability to store a text/phone number answer in a single text variable. Is there a workaround for this?