Hi Team,
I get following error when I try to open note's photo which is uploaded from PowerApp on iPhone.
I am using following code to save captured image to notes entity
Patch(
Notes,
Defaults(Notes),
{
Title: DataCardValue25.Text,
Description: "",
'File Name': "photo.png",
Document: Substitute(
Substitute(
camCemera.Photo,
"data:image/png;base64,",
""
),
"data:image/jpeg;base64,",
""
),
'Is Document': 'Is Document (Notes)'.Yes,
Regarding: galServiceTaskList.Selected
}
)

Report
All responses (
Answers (