Hello!
I am building a PowerApp that is performing an API call, and the API call is returning a string that is either "left" or "right".
I also have a form in my PowerApp that includes a choice field, with the options "Left" and "Right".
I would like to automatically fill the choice with the corresponding value based on what the string says. How can I achieve this?