Oculus/Meta Leaderboard Issue - UE4.27 (Oculus Build) and OBP

I have a problem with accessing the Oculus Leaderboards. I am able to write to them without any issue at all with “Write Entry”, however when I read from them using “Get Entries” I get an array back which provides only blank data. There is only one entry in each of the leaderboards, and I get back what appears to be a single item in the array, but with no name or score available to display.

I have also tried using “Get Entries After Rank” which results in the same issue. Am I using the wrong Gets to read from the array or something? I feel like I must be doing something dumb and it’s driving me mad.

Just after I posted this I changed the Get User → Get Display Name to Get User → Get Oculus ID and then changed the Get Display Score to Get Score.

That fixed both issues.