I have a project that contains multiple pages and within those pages there are several buttons these buttons after released sends user to another page (to same page for every button) what I would like to achieve is that after button is pressed and user is now in the page that every button leads and return the user to the page that pressed button is located
do yourself a favour and please read How to get the best out of this forum and modify your post accordingly (including code tags and necessary documentation for your ask).
I don’t use those screens but if there is a way to identify a screen and go to a screen by that identity, just memorize the current active screen before executing the button callback and then when you are on the common destination page, after an action is done, go back to this current active screen