The operation select list item cannot accept the arguments: , [*empty-string*], [1] note: you will not see another error reported for 5 seconds

hai sorry for bothering you can u help me solve this?
Screenshot 2024-07-20 012104

Check if

Is empty Select list item
Screenshot_20240720_070238_Chrome

if the tag does not exist, the value is an empty string … you are selecting the first item of that empty string, which results in that error message

Taifun

1 Like

so what should I do?

Check before that is lest empty, if yes then do some other task like sending issue with notifier, else if it isn’t empty then proceed

In that if condition highlighted by Taifun add an

and

Block and add

NOT IS EMPTY TINYDB1.GET VALUE

with appropriate tag