I am building an app that will create new items for a SharePoint list.
I have three fields in my form where users have to enter data that will go into said SharePoint list.
That part works nicely.
I have another column in that Sharepoint list that I want to fill for each item that is created.
But I want to take the data to fill into that column from another Sharepoint list where information is stored on each user, so they don't have to fill it in every time.
I think I should be adding a line above "SubmitForm(Form_NeueZahlen)"
The name of the form is "Form_Neue Zahlen"
The field name in the SharePoint list is "Schule"
and I want to enter the result of this "LookUp(Schulzugehörigkeit; Lower(Title) = Lower(User().Email); Organisation)"
I don't know the syntax for this. I'd appreciate any help.