List item content length

Hi Folks
How can i check a list item lets say #5 and how many characters it is in there.
In reality i want to check if it is larger than a number (of characters) = True or not = False
Have tried many variants and now i am totally “blind”.

Thanks’n Cheers

Are the list items strings or integers?

I would say string as the re will be text in each list item.
Som of then will only consist of one letter
And i want to ask -
For Each item check if the content of each item has more characters than 1. True/False
And If only one then if…bla bla bla…

1 Like

Try this:

Note that the Wait block is not needed. It’s just there for debugging purposes.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.