Hello.
In a Map I check some source elements if they exist or not. For this I use the logical existence functoid.
But if I use the logical existence functoid behind another functoid, like a table extractor or a string functoid, I have to use a logical string functoid to check if a value exists or not.
Otherwise I get an error if I test the map in Visual Studio. The error is called: String was not recognized as a Boolean.
So what is really the differenc between logical existence and logical string? Is there a “best practice” how to use and when to use it?
Thanks in advance.
Wolfgang