Data pulled as list instead of strings

All of a sudden I have this odd situation in my code where the data that is being returned from my xpath is being returned as a list instead of a string.  Two different pieces of data were returned that way.

 

I did notice that both pieces of data contain a colon. Would a colon in the data returned automatically make it of the type list instead of the default type of string?

 

Otherwise, what could cause that?

I was able to figure this out with some help from Mike. I was trying to pull the first occurrence and forgot to put the [0] at the end of my line of xpath.

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