It’s unnecessary to convert to String then compare to a string. And you don’t need item.
row(“Name”).ToString.Split(" "c).Count = 2
It’s unnecessary to convert to String then compare to a string. And you don’t need item.
row(“Name”).ToString.Split(" "c).Count = 2