@mmbr1606 : Hello and thanks for your answer,
I have defined a symbol "Check". If you click on it, a popup will open asking you whether you want to carry out the action. If you click on the confirm button, the following command will be executed:
Patch(Termine;Gallery6.Selected;{Title:Gallery6.Selected.Title; 'Buchungen vorhanden?':true;'Kommentar zur Buchung':TextInput7.Text; Inhaltsgenehmigungsstatus:"Approved"});;Set(varShowBox5;false);;Reset(TextInput7);;Notify("Informationen zur Buchung wurden erfolgreich gespeichert!";NotificationType.Success;5000)
The content approval status automatically jumps to "Pending" when this change is made, which I would like to prevent. Unfortunately, the call within the content approval status of the patch function does not work.