Hello,
I have an app in which I want to create an item and scheduled a meeting by click in one button.
I have a formula :
But after using it, an invitatation is sent to "Opiekun zlecenia" but an item is not added to sharepoint list .
Main problem is that if I use first and second part of formula as seperate buttons everything works :
SubmitForm(Form1);Navigate('Podtrierdzenie wprowadzenia do bazy'); --> item is added to sharepoint list
Office365Outlook.V4CalendarPostItem(LookUp(Office365Outlook.CalendarGetTables().value,DisplayName="Calendar"||DisplayName="Kalendarz").Name,"IBP"&" " & Concatenate(zleceniaf.Text &" "& "SAP"&" "& sapf.Text),DateAdd(DateTimeValue(dataf.SelectedDate &" "& godzinaf.SelectedText.Value& " : "&minutaf.SelectedText.Value), TimeZoneOffset(),TimeUnit.Minutes),DateAdd(DateTimeValue(dataf.SelectedDate &" "& godzinaf.SelectedText.Value &":"& minutaf.SelectedText.Value),20+TimeZoneOffset(),TimeUnit.Minutes),"(UTC) Coordinated Universal Time",{requiredAttendees:opiekunf.Selected.Email,body:$"Cześć."& "<br>" &" Zapraszam na IBP" & "<br>" & Concatenate("SAP:", sapf.Text, "<br>","Nr zlecenia:", zleceniaf.Text, "<br>", "Nr katalogowy:", katalogowyf.Text),location: Concatenate( dzialf.Selected.Value,"/", miejscef.Text)}) --> an invitation is sent
Could you help me to find the solution ?

Report
All responses (
Answers (