How to get value between " "

Hi All,

Variable contains value like timeStamp:“2021-09-07T00:18:34.1636325-04:00”
fingerprint:“3ff3054b-5e42-4a2c-9c69-4f4a0e455b7d”
windowsIdentity:“abcd\abcd”

How to get a value between quotation marks" " for any text format.
Please help me.

Regards,
Bot.

One Quick option is to do it with Regex


refering to the groups:
grafik

Cleansing a value we can quick do with Trim
YourStringVar.Trim({“”""c})

@Red.Red

Check below for your reference

You can use Matches activity and give the above expression

Hope this may help you

Thanks

Could you please provide work flow.

Could you please workflow

@Red.Red


grafik
Log:
grafik

find starter help here:
ppr_RegexStarter.xaml (6.9 KB)

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