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 respuestas
  1. 10 dic 2021, 07:07
    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