Dear All,
I have a Ms Form with several questions. I asked my respondents to specify their address, and I collect it through multiple questions/variables. When I created the form I haven't named all these fields (or, rather, I gave them only a subtitle, which also serves as an instruction to the questionnaire taker).
Ie., the address is being asked using three questions:
Question 1: {question title="What is your permanent address?"; subtitle="Zip code"}
Question 2: {question title=none; subtitle="Location"}
Question 3: {question title=none; subtitle="Street name, number"}
From the Form's side, it makes sense, as the questions appear below each other, and it is understood that they refer to the same thing (address input), if from nothing else, then from their subtitle:

I haven't really had a problem with this so far, but now when I am creating automation flows, I realized that the questions that do not have a title are appearing with a system-generated ID, and, on the top of it, they do not even appear in the same order as they are placed in the Form questionnaire, so there is no way to figure out (from its ID) which ID belongs to which question:

Is there a way for me to check the ID of each question, so I can identify they better from the Flow's side?
Thank you in advance.