I need to extract data only file name from entire data

Hi @vinjam_likitha

Inside the For each row in Data Table activity use if activity

System.Text.RegularExpressions.Regex.Match(Currentrow("ColumnName").Tostring.Trim,"(?<=\d\)).*").Tostring.Contains("FW 6.5 Default OFS to update 37.xlsx")

In then You can processed with the flow.

Regards
Gokul