I need to extract data only file name from entire data

Hi @vinjam_likitha

This is how you use it.Check the xaml. You need to loop to get all results

BlankProcess5 - Copy (6).zip (3.6 KB)

If you are doing it in datatble for each then

use this directly in your for each data row

System.Text.RegularExpressions.Regex.Match(Currentrow("Column Name").Tostring.Trim,"(?<=\d\)).*").Tostring

I hope your datatable contains 1) ,2) and 3) in the values

cheers