Passing value from html page to dash page

I want to send a value from one html page to another page. On second page based on that value I want to create dashboard. More specifically a user will click on one of the links on the first page and on the second page on dash I want to get that value of the clicked link.

I am using flask as back-end.

Please help!!!