Reading specific items in an element?

If i have something like this element, how can I read only the part thats highlighted in red? This has to dynamic as sometimes these statements have only one date, sometime multiple dates. I am using
Get Text to read the whole thing but now i need to separate and only read the last part.

gsa3

Thank you!

1 Like

Hi @Manisha_Katram,

strvariable.Split({“at”},System.StringSplitOptions.None)(1)

Just treat this result.

image

If there’s some complex string, just share it here and we can try to help you with.

~Diego Turati

5 Likes

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