I'm writing a Flow for a SharePoint list. I want user input by selecting from a drop-down. I have the flow working successfully using user input with a drop-down in a manual start. The problem is, I have multiple flows with the same drop-down, so I don't want to have to edit every flow manually whenever the drop-down changes.
If I maintain the content of the drop-down in a column in the list, and create an array from it in the flow, can I somehow use that information as a drop-down for the user to select from?