[Solved] Can I make a search bar?

The blocks are not the same as the example by @jane which I linked in the previous post.

Obvious things to note:

  1. You cannot initialise a variable to a value block. That value block is equal to nothing unless specified by a component that outputs a value, such as Firebase DB or a switch.image

  2. The in list insert at block should not contain the UPDATELIST variable. I am unsure which variable to sub in there as I can’t figure out your variable naming scheme.

  3. There should be a set tempList to block like shown in the example here: image

Your best bet is to copy the blocks 1 for 1 from the example. If you then name your variables according to the example I would be able to assist you further but I am quite honestly a bit lost in your code.

2 Likes