What is your goal?
I store my data in GDrive and the folder structure is something as below.
Root > Month > Region > Site
In each Site folder, I have 7 PDF files but I only want to merge two PDF files that contain “Doc” and “Checklist” in their file names. I use ILovePDF Module for merging the PDF files.
What is the problem & what have you tried?
I have created a template which works (as per the screenshot). However, I want to make sure the order of the mergedfile is as per my requirements. Hence, I need to be able to sort the output array before being processed by ILovePDF.
In the screenshot, I included the debug output and basically what i want to achieve is that Output Bundle 1 Array has two collection. The first one should be the filename 1 - Dok Test 1.pdf. How do I sort these collections before going to the next module?
