In Salesforce Lightning Experience, Knowledge article URLs contain the Knowledge Article Version ID (beginning with ka). Each time an article's status changes — for example, when it is set to draft and then re-published — the Version ID in the URL changes. This occurs regardless of whether Flag as new version is selected during publishing.
Users navigating to a previously saved article URL may encounter the following error:
Looks like there's a problem. We couldn't find the record you're trying to access. It may have been deleted by another user, or there may have been a system error.
In Salesforce Classic, the URL contains the Knowledge Article ID (beginning with kA). The Knowledge Article ID remains constant regardless of version changes, making Classic URLs stable and persistent.
This difference is a design decision based on how articles are returned in Lightning Experience and is working as expected. This behavior is not a bug.
As a workaround, create a custom text formula field and add it to the Knowledge Article page layout. This field uses the standard URL Name field to construct a static Lightning URL that does not change between versions.
Reference:
KnowledgeArticle | SOAP API Developer Guide
Salesforce Knowledge SOAP API
If you would like to see this functionality changed with a future release please consider either creating or promoting an existing Idea on the IdeaExchange so that we may see static knowledge article URL's added to Lightning Experience with a future release.
The formula below constructs a persistent URL for a Knowledge article using the article's URL Name field, which does not change between versions.
Persistent Lightning Knowledge Article URL format:https://{domain.lightning.salesforce.com}/lightning/articles/{KnowledgeObjectName}/{urlName}?{languageIsoCode}
jflightning-dev-ed.lightning.force.com)Build a Formula Field with Formula Return Type: Text using:"" & HYPERLINK("/lightning/articles/Knowledge/" & UrlName, "Right click and copy link to share this Article's URL")
"" & HYPERLINK("/lightning/articles/Knowledge/" & UrlName & "?language=" & TEXT(Language), "Right click and copy link to share this Article's URL")
Note: Replace Knowledge in the formula with your org's unique Object Name value from the Knowledge object setup.
000384278

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.