Hello Forum,
i have a Problem and i guess it's a little tricky.
I have a DataTable with connect to a SharePointList und gets Data. This works fine.
SortByColumns( Filter( SharePointList; If( Status.Value = "Belehrung"; Mitgliedsnummer = verstossMeldenMitglNr And Status.Value = "Belehrung"; true ); If( Status.Value = "Verstoß"; Mitgliedsnummer = verstossMeldenMitglNr And Status.Value = "Verstoß" And Author.Email = User().Email; true ) ); "Kontrolliert_x0020_am"; Descending )
Is it Possible to get data from 2 SharePointLists at the same time
e.g. Show Data in the datatable from List 1 and List 2 mixed at same time?
Thanks

Report
All responses (
Answers (