Hey there.
I got a edit form where I can delete the existing picture and can capture a new one. Now when I only want to save the form without a new picture, I got error messages. On a save button I got this following formula:
UploadaphototoSharePointfromPowerApps.Run(DataCardValue4_1.Text & ".jpg", takenpic2, DataCardValue4_1.Text, DataCardValue4_1.Text);
SubmitForm(PersönlicheAngaben_1);
FormMode.View;
Navigate(Personalübersicht, Fade)
I think I have to write by the first formula an if(...) but I can not figure out on what it should reference to.
Furthermore the FormMode.View does somehow not work...
Thank you very much for you help!

Report
All responses (
Answers (