I am creating survey in which we would like to have a select multiple question regarding what type of service the customer is interested in. We have created a feature service and are hosting that on AGOL. The way the feature service is set up, is that every interest has its own field which stores a Yes or No. We would like to have all the interests displayed in one question and when an Interest is checked to store the value. I have attached the survey, and I appreciate any help.
Thank you.
Something like this for row 5 relevant colunm, if(selected(${FiberInterest},'Fiber'), 'yes','no').