HI I have a list in sharepoint to show and save photos to use in powerapps. The column that save image in base64. I have a lot of other photos that i want to add to sharepoint list. I converted one photo online and i did great. But I have a lot of photos. I created a file in excel and put a function in powerquery to convert photos from onedrive folder. Didn't work.
The function is: = (BinaryContent as binary) as text=> let Base64 = "data:image/jpeg;base64, " & Binary.ToText(BinaryContent, BinaryEncoding.Base64) in Base64
excel file:

Don't show any error but don't show image in app. The formula in app is:
Filter(Fotoapp;IDEnd=Gallery3_1.Selected.Idend)
to save photos the bottom is: Collect(Fotos_APP;{Title:"001";IDEnd:Gallery3_1.Selected.Idend;FotoTirada:Camera2.Photo})
I need to create another screen to upload photos. Anyone knows the easiest way to do it?
I tried with flow model but shows error in email part.
Thanks in advance.