Skip to main content

I have created a user profile page in experience builder. Now, I want to add it to navigation menu but I am unable to pass user id dynamically. What could be the issue? Is there any workarounds?

 

How to pass user id to navigation menu in user page in experience builder?

6 answers
  1. Dec 10, 2021, 7:07 AM
    I found the solution to this problem. In the apex class we can just use UserInfo.getUserId() to fetch the logged in user instead of passing record Id to navigation menu.
0/9000