function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC Admin12SFDC Admin12 

Render while navigating to the tab

I need to navigate from one salesforce tab to other,  I want it to render and per new data which I will be setting in the previous tab.

I have tried using following code

this[Navigationmixin.Navigate]({ type: 'standard__navItemPage', attributes: { apiName: 'api_name' }, });

It's not working can any one help me on this.
Best Answer chosen by SFDC Admin12
AbhishekAbhishek (Salesforce Developers) 
You have to use this " window.open(url, "_self"); "  then it will work.

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.