I am using a get text function in UiPath, the item I am trying to identify is a full address, but I only want to extract the state, not the entire address. When I use the function, it tries to grab the entire line of text. Is there a way to parse what text I want from that line?
If your state have some prefix/suffix or some specific pattern then only RegEx can help here.
Share few sample address to find the pattern and possible regex.