Hi all,
I am currently trying to figure out how to get specific row of data from a SharePoint list based on the currently logged in user.
The share point table looks like the below:
| Name | Username | days left |
| name1 | user1 | 12 |
| name2 | user2 | 15 |
The user name field in the SharePoint table is set as type "username".
So basically i am trying to get is so that if user1 is logged in then it only shows their days left in the form.
I have already tried setting the permissions on the table to allow the user to only see their data, however this doesn't work as the end user doesn't enter the data into the table.
Any help on this would be very much appreciated,
Thanks,
Jake