Skip to main content
Krishnamurthy KA (Accenture) 님이 #Experience Cloud에 질문했습니다

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개
  1. 2021년 12월 10일 오전 7: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