I have a lwc table where I have created buttons. I am using a url inside the href attribute and it is redirecting me to a other page as expected but I need to append the recordId with url inside href, so that correct recordId should be visible . I am trying to append the recordId but the recordId is not showing.
The expected url should this :- /i-need-a-broker/?BrokerId=001Da00000xln40IAA.
But I getting this :- /i-need-a-broker?BrokerId=%7B!acc.Id%7D
accountId = {acc.Id}
Contact Broker
View Details
Babai Mukherjee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.