How to get file path with limited information from a datatable?

Hi @ATO ,

You can put it like this:

Syntax: “path”.Contains(“ref_code”)
Example: “RV-[46573823]-[Date]-[Time].xls”.Contains(“46573823”)
Output: True

Thanks,
Vinit Mhatre