The blocks are not the same as the example by @jane which I linked in the previous post.
Obvious things to note:
-
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.
-
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.
-
There should be a set tempList to block like shown in the example here:
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.