Hello, I’m encountering an issue in a flow I’m building where I collect images through a group form. When these images are saved to SharePoint, I’m unable to open them as they show a "files not supported" error. I also attempted to send the files via email; while some generate previews successfully, others appear to be corrupt.
Literally spent 2 days and counting now trying to figure out. Any insights or guidance would be greatly appreciated. Thank you in advance!
PS: I'm a rookie in Power Automate
@EKarim in the link you shared, I saw you added a compose action. Could you pls share what's inside this action?
{
"name": items('Apply_to_each')?['name'],
"contentBytes": {
"$content-type": body('Get_file_content_using_path')?['$content-type'],
"$content": body('Get_file_content_using_path')?['$content']
}
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.