List Files
List files from a folder

Input
| Name | Required | Description |
|---|---|---|
| Folder Path | The full path to the folder | |
| File Pattern | File pattern to search for, only supports Wildcard characters * (any character zero or more times) and ? (any character once). | |
| Recursive |
Filters
| Name | Required | Description |
|---|---|---|
| Created After | The start date and time for filtering files based on their creation date. Format: yyyy-MM-dd HH:mm:ss. Not used to filter if left empty | |
| Created Before | The end date and time for filtering files based on their creation date. Format: yyyy-MM-dd HH:mm:ss. Not used to filter if left empty | |
| Modified After | The start date and time for filtering files based on their modified date. Format: yyyy-MM-dd HH:mm:ss. Not used to filter if left empty | |
| Modified Before | The end date and time for filtering files based on their modified date. Format: yyyy-MM-dd HH:mm:ss. Not used to filter if left empty | |
| Use UTC Time | All the date filters use UTC time |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. | |
| File List |