I've built a form that asks a user to manually fill in 1 or 2 fields based on their desired job title for their email signature. Here are the choices:
From the top down, let's call them options 1, 2, 3, and 4.
If they choose option 2, the form logic will populate two text boxes for them. The first box will ask for which Team and the second box will ask for which Office. Similarly if they chose option 1, it would only have one box asking which Team.
Now the question is how do I combine the data based on their choice? Is this possible using a function like ISBLANK or NOT(ISBLANK)? When I was doing some googling trying to find a solution, I found that this isn't possible (yet) using the automation since we can't use tags like we can in email alerts (like {{example}} ).
I understand the formula can be large and unwieldy but that'll still be better than trying to manually combine it after we gather the data. Thanks!