Hi All,
New to power automate. I have a large quantity of .heic photos that I wish to convert to .jpg. These photos are all in separate folders, and would need to go back into the same folder.
Don't necessarily need to delete the .heic files, however if that it automated that would be great!
Thanks for your help!
The native capabilities of Power Automate don't directly support file format conversions. You will need to use an external service or script to handle the conversion process. One option is to write an Azure function with a Python script.
Convert HEIC and HEIF to Jpg, Png, BMP With Python (safjan.com)
You can call the Azure function from Power Automate using an HTTP connector.