List of Storage Files Filter Property issue

Hi Everyone,

I’m using List of storage files activity and I want to apply multiple filter in the properties of this activity.

Like I want get the file type of “.txt” and “.xlsx” only. How can apply filter for this.

Thanks

image

1 Like

the filter capabilities are as defined by:

taken from:

Docu

As a work around

  • split it to seperate calls each for a particular filetype
    OR
  • catch all, filter it later by LINQ

But we would recommend to work as close as possible against the source and recommend the split filter call

1 Like

Thanks for answer it was great help, that you mentioned about work around by splitting the file and using LINQ over there.

1 Like

Perfect, so the topic can be closed by
Forum FAQ - How to mark a post as a solution - News / Tutorials - UiPath Community Forum

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