First of All, I'm not very good at English, So please excuse any mistakes.
2 years ago, I created a Power App to Save Images file in a OneDrive folder.
It worked well on both PC and smartphone, But about 1 year ago, it suddenly stopped working on smartphones.
Here's how I set up the Power App :
1. I created a Excel file named "apptest.xlsx".
2. In the Excel file, I created a table named "test_table" with columns "txt1" and "pic1[image]".
3. In OneDrive, I created a folder named "apptest_images".
4. I created a Power App and linked it to the Excel file "apptest.xlsx".
5. And I added "TextInput1", "AddMediaWithimage1" and a Button.
6. In the Button's [OnSelect] property, I used the follwing code.
"Patch(test_table, {txt1:TextInput1.Text, pic1:AddMediaButton1.Media})"
On a PC, txt1 and pic1[image] (the image address in OneDrive) are entered correctly in Excel, and the Image is saved correctly in the OneDrive folder.
On Smart Phone, txt1 and pic1[image] are entered correctly in Excel, BUT the Image is saved in a BROKEN STATE (0 KB) in OneDrive folder.
(This problem occurs on all types of Smartphones.)
How can I fix this problem ?