Hi everybody,
Hopefully someone is able to help me 🙂 !
I need help to patch a sharepoint list, when an external user hits on a button. I can't see a problem here.
The external user has been added to the sharepoint list for access as a guest user.
After the external user hits the button "Termin buchen" , nothing happens. The sharepoint list doesn't fill the entries from the user.
Button "Termin buchen" - On Select:
Patch(
Rolloutdaten;
LookUp(
Rolloutdaten;
ID = varselectedApt.ID
);
{
Kommentar: Kommentarbox_1.Text;
Status: "gebucht";
Rollouttyp: "HO";
Teilnehmer: Emailbox_HO.Text;
Abteilung: Abteilungbox_HO.Text;
Telefonnummer: Telbox_HO.Text;
PCName: Pcnamebox_HO.Text;
Straße_Nr: Straßebox_HO.Text;
PLZ: PLZbox_HO.Text;
Ort: Ortbox_HO;
Vorname: Vornamebox_HO.Text;
Nachname: Nachnamebox_HO.Text
}
);;
Navigate(Termin_buchen_screen)
Can anybody help? That would be great.
Greetings!
Monika