Hello,
I am getting the error that characters are used in an unexpected way.
I don't know where to check. Button2 onselct is as follows.
Patch(BA_Form,
Defaults(BA_Form),
{Title:username.Text,
Bolum:Bolumu_Secim.SelectedText.Value,
Poziyonu:Pozisyonu_Secim.SelectedText.Value,
Lokasyon:Lokasyon_Secim.SelectedText.Value,
Son_Yoneticisi:Son_Yonetici.Text,
Ayrilma_Nedeni:Ayrilma_Nedenleri.Text,
Ayrilma_Tarihi:isten_ayrilma_tarihi.SelectedDate,
Tarih:Today(),
Soru1:Secim1.SelectedText.Value ,
Soru2:Secim2.SelectedText.Value ,
Soru3:Secim3.SelectedText.Value ,
Soru4:Secim4.SelectedText.Value ,
Soru5:Soru_5.Text,
Soru6:Soru_6.Text,
Soru7:Secim7.SelectedText.Value ,
KVKK_Onayi:Secim8.SelectedText.Value ,
Yeni_Sirket:sirket_bilgisi.Text,
Yeni_Gorevi:yeni_gorevi.Text,
Yeni_Haklar:maas.Text
});
Notify("Çıkış değerlendirme formunuz başarıyla kaydedildi ve bölüm yöneticinize gönderilmiştir.",NotificationType.Success,6000),
//Navigate(Lastscreen)
Solved! Go to Solution.
Hi @koray1 ,
The only thing I can see that might be off is the comma after the Notify function.
If you go to the formula bar in the Power Apps studio, it will show you exactly where unexpected characters are found by underlining them with squiggly red lines, for instance:
Hi @koray1 ,
The only thing I can see that might be off is the comma after the Notify function.
If you go to the formula bar in the Power Apps studio, it will show you exactly where unexpected characters are found by underlining them with squiggly red lines, for instance:
You are absolutely right. I didn't see a comma 🙂 Thank you so much.
User | Count |
---|---|
125 | |
87 | |
87 | |
75 | |
69 |
User | Count |
---|---|
216 | |
181 | |
140 | |
97 | |
83 |