If the user click on the Module details, then the app will navigate to other page name module details and diplay the Module details on the other page group… Please help me
Assuming the destination page has the correct content-type, then just ‘send’ the current cell’s thing (or parent group’s thing, depending on how you’ve set things up in your RG).
If the page doesn’t have a content type then include the unique ID or slug as in the URL path (or the unique ID as a query parameter), then take the appropriate actions on the destination page to access the data (but doing things the standard Bubble, i.e. with a page content type, way is much simpler).