Hi there!
I am writing a topic to handle escalations that take user input and pass them to a flow that sends the query via email to the relevant team member. The PVA asks for Name, contact email, related industry, and the query. For the industry, I am using a Multi choice "ask a question" to list industries my company is involved in:

Ideally the variable 'industry' would be type 'string' rather than type 'choice' so I can pass the variable to my power automate flow.
I realize I can set a string variable under the conditional options generated as a result of this question, and then have another conditional to send the flow the variable that has been populated as a result of the user selecting an option:

However this feels clunky and overly complex. Is there a simple way I can store the result of the user selection directly into a string variable so I don't have to mess around with multiple conditionals that essentially all do the same thing?
it would be amazing if I could just use something like industry.toString()
Thanks in advance!
Ben