Hi guys,
I am new to Power Automate and with no IT background, and recently know it exists and really hope to use it in my day-to-day work to make my work more efficient.
I think this question should has been asked by others before. But I could get the logic behind its and how's work with Power Automate.
My case is here:
1. I have many source files (e.g. Jpeg or PDF) named according to certain prefix index, like 1 to 99 with suffix a to d (e.g. 1_a.jpeg, 1_b.jpeg, 1_c.jpeg......99_c_jpeg);
2. Then I have a destination folder containing sub-folders named as the prefix index (In this case the prefix index is 1 to 99, so that is 99 sub-folders in the destination folder);
3. I want to relocate (or copy) the source files to the sub-folders in the destination according to the index. Such that each sub-folder should contains 4 source file (e.g. For index = 55, then it contains four PDf files named as 55_a, 55_b, 55_c and 55_d).
Any one could help? Many thanks!