Hi
I have a test app that works fine but my real version wont get it.
I have a AddMediaButton to select the image which I collect
ClearCollect(
pics,
{
Pic: UploadedImage1_3.Image,
Name: varThisStudent.Title&"_ProfilePic.jpg"
}
)
)
On the Test app I get returned this which is what I want
Onthe real app I get the following from exactly the same work.
The appres image cannot go through to the flow to update the files etc.
Look forward to some wisdom 🙂

Report
All responses (
Answers (