
Announcements
Hi I have a Flow where i am fetching location from API , i need to display all locations in a dropdown
run result ;
I added this flow to power apps button and took output of flow in a collection
and in the powerapp dropdown item property i have that collection
But it is displaying as below
But all are coming as one in dropdown i need each item as separetely like UK-Cardiff as first dropdown item ,DE-Grunwald as second dropdown item and so on...
dropdown should be formatted properly and it should not have braces [, "" or comma ,
How do i achieve it ? i need to write expression in powerautomate flow so that I can , what expression do i need to write so that i get output in powerapps as below
please help
i tried Split(Output('Compose'),'"') but its nor working
Hello @Nida_Sayedi
@The best why would be to use a response action and provide the schema. If you don’t have a premium license you could use parsejson in PowerApps to tell the response that it is an array.
Why do you need that apply to each in your flow?