Hello, i am trying to make a Form in PowerApps that be adding new events to my excel chart, I used this code:
Collect(Tabuľka1 {'Názov udalosti':NazovUdalosti.Text;'Začiatok':Zaciatok.DateTime;'Koniec':Koniec.DateTime;'Zodpovedná osoba':ZOsoba.Text;'Typ':Typ.Text;'Popis udalosti':Popis.Text})
but it is always giving me this error: "CurlyOpen where ParenClose is expected"
Datasource is my Excel sheet which is on OneDrive
Can you help me please? Thanks