Can you please use Regex operation for this. I have created one work flow for you please check and let me know.
Please use this logic this might work:
System.Text.RegularExpressions.Regex.Match(myStringVal,“((?<=Address.).*)”).Value
System.Text.RegularExpressions.Regex.Match(myStringVal,“((?<=Postal Code.).*)”).Value
System.Text.RegularExpressions.Regex.Match(myStringVal,“((?<=City.).*)”).Value
GetSpecificWorkInSentance.zip (12.2 KB)
Thanks,
Arunachalam.