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