Whilst trying and failing with various methods to figure out how to remove what are apparently empty strings in the list shown in my image here, I noticed that == returned false for inputs from a Code Block of “”; and a String of “”.
In my testing, as shown here, both are Object.Type of System.String so I can’t fathom why they aren’t equal, and searching hasn’t yielded an answer.