Helle, I am looking to auto populate a text question based on the answer from a select one question. So basically, if no is selected from Question 1 (yes/no) then populate text question 2 with "Not Applicable". If yes is selected then text question does not get auto populated.
I have tried using if(condition, a, b) statement but can't seem to get it to work properly. Any suggestions would be appreciated.
Thanks!