I'm creating a connector in which one of the fields is about a language ID. Our API takes an integer, where for instance 1 is for English, 2 is for French etc.
It's not practical for users to have to research what is the ID of their language, so I wanted to do a dropdown where they would select the name of the language and it would send the corresponding ID to the API.
Eg: "English => 1", "French => 2", etc.
However, I don't understand if I can do that in Flows.
We don't have an API call that would return this information, so I can't create an action about it, and thus I can't use a dynamic dropdown.
Is there a way to do this in a static dropdown?