I'm trying to do a filter in a table where the current user can only see their own records.
The record in the table only shows the user who created the record as owner of all the records, this is because we are importing the data from excel.
I want to be able to reassign ownership of each record to individual users using their email addresses.
I have tried the below, but it is not working:
The compose action has these codes:
first(body('list_rows_2')?['value']?['systemuserid'])
Error message:
And
first(outputs('List_Rows'))['systemuserid']