Hi,
I have a flow which sends an email with a file as an attachment from Sharepoint. File has .docx extension which needs to be converted to pdf and attached to emails.
I'm looking to convert the file without saving the pdf on Sharepoint. There is a convert file connector which looks at OneDrive for files, I'm not keen on storing the files on OneDrive, looking for other options which could help me pick up the file from SP.
Steps include:
Manually Trigger a flow
List rows present in a table
Initialize variable
Condition (AKEB)
Get File content (Welcome Secondary)
Get file content (TOR Secondary)
Send an email V2 (Email Secondary)
Update a row (Update Secondary)
Thank you in advance.