Hi everyone, I'm experiencing some trouble in a data table.
I have this set up to filter values in a Sharepoint list by using the "Created By" field - user e-mail matches the "Created By" e-mail. however it's showing duplicate values for some sessions, as if it were not filtering correctly. I'm using the following formula on the items:
Filter(
'APP - New Training',
Title in Filter('APP - Attendance Sheets', 'Created By'.Email = User().Email).Title
)
Then on the columns I'm just using "ThisItem.ColumnName".
What am I missing here and how can I get this to work?
For context, this is an app to track attendance on training sessions and the data setup is like this:
APP - New Training has data on the sessions (Title, Date, Duration) + a column called Individual Training (this is to separate sessions seen live from recordings seen on the repository, for certificates purposes)
APP - Attendance Sheets has the attendance records (Title and Created By)