In this video , we'll walk you through a powerful integration between Power Apps, SharePoint, and Power Automate to enhance your document management process.
We'll leverage the SharePoint List Attachment Control in Power Apps to upload multiple documents, merge these documents into a single PDF file, and finally save the Merged PDF back to a SharePoint library.
This process will simplify document handling but also ensures that your files are well-organized and easily accessible.
Reference Expression -
{
"source_file_name": @{item()['FileName']},
"source_file_content": @{base64ToBinary(outputs('Compose_Content_String'))}
}
Tutorial Power Apps Attachment Control - • PowerApps Attachment Control Simplified - ...
Reference blog - https://clavinfernandes.wordpress.com...