-
Notifications
You must be signed in to change notification settings - Fork 606
Open
Labels
Description
Steps to reproduce
Steps to reproduce the behavior:
- Create a new table with the name column setup to link to the record
- Publish the flow on an LWR site
Expected behaviour
The record link should go to the correct URL.
[baseURL]/[siteName]/:recordId
Example: [baseURL]/internalsupportlwr/internal-asset-request/a3wEi000000kTqDIAU/test-for-approval
Actual behaviour
The link does not go to the right URL. It's smashing the Aura and LWR structures together.
[baseURL]/[siteName]/[currentObject]/:currentRecordId/:currenRecordTitle/s/detail/:recordId
Example: [baseURL]/internalsupportlwr/case/500Ei00000RN0JYIA1/onboarding-nho-test-one-new-hire/s/detail/a3wEi000000kTqDIAU