Looking for suggestions. I have a flow setup to add the results of an MS form into my SQL database. This is all setup and working correctly. The form has ~ 100 yes/no questions. I need to be able to calculate the number of yes's and add this into a column in the record. Is there a way to iterate through each question on my form or create an array to loop through and do a count? I have spent some time looking but can't figure out conceptually how to make this happen. Thanks