Skip to main content
3 件の回答
  1. 2023年12月29日 10:57

    Hello @Alok Singh,

    You must create one button on the LWC component on click

    handleback(event) {

            setTimeout(

                function () {

                    window.history.back();

                }, 1000

            );

        }

    in js , try this it get back you to the same list view record page.

0/9000