I need to populate a gallery with a collection of file properties filtered by a sharepoint document list using Flow.
I designed this sequence of flow steps:
- Power apps button trigger
- "Initialize variable", with the text inserted in a textbox
- "Get SP files (only properties)"
- "Array filter" to select only files that contain the search variable in the filename
- "Respond to Powerapps"

detail:

I don't be able to export the filtered data to my collection (and fill my gallery items).
I tried to use "Respond to Powerapps" but I don't see the variable to link to "result".

I found this problem with array variables and not with the string ones.
Please help me. Thank you in advance.
Daniele