I think this blocks are not working

okay, i am trying

It seems that the problem is that he don’t store any value on that tag, so the tag doesn’t exist…

1 Like

but i have also set a else condition for that

My thoughts exactly that’s why I said to debug the blocks :slight_smile:

1 Like

But if the first IF get an error, it doesn’t continue with the other blocks
Show the screen initialize blocks:upside_down_face:

blocks (5)

1 Like

You have to store an empty value for each tag. If you don’t store any value, you will get errors

Please clarify

Use the store VALUE block (before you call the procedure levels) and put this:
TAG - 1
VALUE - (Put an empty text box here)
And the same with each tag

okay i will try if it work i will mark the answer as solution

1 Like