Hi @Johnson_Bong ,
Do you want to convert files uploaded by different users of MS Form to PDF on the 16th of each month and send the PDF files to manager1 & cc the corresponding users of submit MS Form?
I used to create two flows to fulfill the requirements: the first flow to convert files uploaded by different users into PDFs and save them in folders (different users create different folders). The second flow to send emails to the corresponding users with the files in different folders and delete the PDF files in the folders after the emails are sent successfully.
I have test for your reference, please try the following workaround:
create folders:

flow1:


flow2:




JSON:
{
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"link": {
"type": "string"
},
"id": {
"type": "string"
},
"type": {},
"size": {
"type": "integer"
},
"referenceId": {
"type": "string"
},
"driveId": {
"type": "string"
},
"status": {
"type": "integer"
},
"uploadSessionUrl": {}
},
"required": [
"name",
"link",
"id",
"type",
"size",
"referenceId",
"driveId",
"status",
"uploadSessionUrl"
]
}
}
Best Regards,
Jessica Gu