I have a new feature suggestion. Is it is possible to search particular block where it is.
Because for those who make application with lots of block they cannot find the previous block from where they have done it and have scroll so much up and down to find it again.
for this i am using my method like if wana search any button , i just create same button again and it shows an error on that and when i click down on show warning, it leads me to that button blocks, same like with screen initialize and back press etc, just create a duplicate of it and error leads you to that
New feauture should be like console log or deatils of breakdown of list when using list .
I am using atleast8 list if there is any error it shows only select list item but didn’t shows list detail or name
While waiting, it can be useful to use a trick like I do. Example: to search for example label_name I temporarily change the name type label_name @@@@@@@ so when I look at the blocks I immediately stand out. Finally restore the name
Like this i know how to resolve this error but it’s very difficult to know actually which list throw this error if there is list name its easy to rectify error.
i used list as data structure almost eight type of list holds different data.
For now i start from screen intialize and disable all options where i call list to get value one by one so i figured out sometimes fast or it takes too long
i used if is list empty (Listname) then so on else my blocks.
This is just example of empty string to know which list is empty this also applies for lenght of list is 2 and many errors from list