
Announcements
Sorry for the maybe easy to answer question. I started my first PowerApp and want to show a DataTable which works fine.
Now i want to filter the shown table to the current user. The field in the table is "Erstellt von", which means "created by"
The table name is Notlagerinventur_Daten
See 2 screenshots with the table - first with filter, second just the datatable
How can i filter to the current user?
Thanks in Advance
SharePoint?
It would be Filter( 'Notlagerinventur_Daten'; 'Erstellt von'.Anzeigename = User().FullName)