Add Filter Capability to List of Files Action

I ran across this today where I have a project that scans our EM server and grabs all morph projects and automatically generates the project documentation, which is part of our governance effort. I think an exceptional add to this action would be the ability to add filtering capability. Some examples:

  1. Filter by file type e.g. .morph, .xlsx, .pdf, etc.
  2. Filter by file size
  3. Filter by date

I know you can do these in other actions, but specific to this one it seems intuitive that it would be inside of the List of Files action removing the need to add another action.

Thanks!

Hi Casey,

The core principle of EasyMorph is to keep actions as simple as possible and composable. It means things like filtering should be done by the filtering actions whenever possible. So far it works pretty well.

1 Like

A post was split to a new topic: Filter action is not working with derived tables when deployed in the EM server