How do I refresh the current screen with blocks?

How do I refresh the current screen with blocks?

Take the code you ran to initialize the screen when you entered it, including the assignment of global init values.

Put it in a procedure.

Call the procedure when you enter the screen and when you want to reset the screen.

No, I need a way to refresh the current screen because I am using an extension that you can only setup once using blocks, but once setted up, it can't be edited, and the only way would be refreshing the screen and using the new value

:question:

Thanks