Error with elements

error with "bad arguments to elements "


i use list view component

i think that :star: is the problem is it ? how to solve

When using set ListView elements block , elements must be a list and you are setting it to a string

it is a value got from firebase
store value = havish member :star:

Use elements from string or create a list and add value to list

i dont need that ":star: " please tell that how to get only that text , no need of :star:

Create a global variable for example online users, set it to an empty list. When firebase got value, set global variable to empty list, set global variable to get value and then set listview elements to get global variable

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.