- In Question 1 we ask the responded the countries they have worked in (Out of 10). Based on their answer we need to make a loop.
- In the loop we need to ask a set of 5 questions. Those questions need to be asked for 15 companies.
- So the sequence of the loop goes --> 5 questions for each company starting from the first country then moving onto the next country.
- The problem that I’m facing is that the loop moves to the next country after the “Company 1” without exhausting rest of the companies.
Side note: I need to pipe in the company and country names from fields into the Questions text as well.