Merge lists give blanks

Hello thunkables…

I have two lists - “stationlist” and “minlista”
The idea is the following
Collect and import data to “stationlist” from supabase db. Works perfect

Now i want to add data into position two based on what is available in another list, “minlista”.
To do this i use “foreach”.

I know there are items in “minlista” (as i have them loaded into a label - see image - names “Alby,Nyfors”)
The two items that is in the “minlista” seems to be imported to the correct place in “stationslist”, however i cannot see the text…

Is there any known issue with this? It should work…
See also the code block…

Appreciate any ideas in this…
Thanks

The loop you are using will take an item from your app variable “minlista” and put it into “j”. You don’t need the “in list get”, just use “j”

As shared in another support channel, it is also needed to initialize properly the stored variable “stationlist”

1 Like