Hey guys,
I have ran into a very unique problem. For some background, I am creating an app that allows employees to vote on a company(s) to receive money. I have added a feature that allows employees to favorite an item. When they favorite an item, the employee's name and the ID of the item they favorited is added to a small SharePoint list (CGP_Favorites).
I want the gallery that is displaying the favorites to only show the favorited items of the current user. The formula I was using was showing all of the favorited items.
This is the formula I was using:
Filter(
'CGP',
User().FullName in 'CGP_Favorites'.Title,
ID in 'CGP_Favorites'.Favorite_ID
)
If you guys could help me to solve this problem, I would really appreciate it.
Thanks guys

Report
All responses (
Answers (