Displaying a Firebase Collection (type = Stirng/List) in a ListView

Hi,

I have a workflow set up where a list/string of names (generated by an api) are stored in a Firebase collection. I have followed various tutorials that show how to display documents stored as a string (not list) and I have achieved that but I am hitting a brick wall when trying to get my 'List <String>' items to display in a similar way.

The issue I am having is that after I have set up the Query to reference the right Collection :


When I then try to bind/set the text filed variable to reference the the right fields ('nameList' I get the following 'list' options and this is where I cannot get past (after I click 'Unset' i get the options shown on the 2nd screenshot):



I have tried all of these and I cannot get any of them to work. If someone can advise me it would be really appreciated. For further context this is how my names are stored in my collection and my desired outcome is for each of these items (names) to appear separately on my list (so the first textbox would say 'Phil Taylor' then the next would say 'Michael Van Gerwen' and so on.

Thanks very much in advance.

1
4 replies