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