While condition - to check if the Folder contains the extensions ".partial" and keep while condition as true till all the files with that extentions are handled

Hi Team ,

In my process, there is a Folder → “INPUT” and there are list of files inside this folder.

I want to look for the files with extention - > “.partial” (I am able to do this using for loop and using Directories. Get files followed by IF condition)

I am able to process these “.partial files” and convert them into “.xlsx files” using business logic.

But in some cases, I need a while condition to be true till folder “INPUT” has .partial files.

Please let me know if more clarifications are needed,

Thanks and Regards,
@hacky

Hi @hacky

Thus, effectively, are you looking to have an event monitor running with a file trigger scenario that would detecting whether new .partial files showed up?