How do i move a block of one screen to another in thunkable free?

How do i move a block of lets say for example from screen 1 to screen 2 in the blocks section of thunkable like i want the text input from screen 1 to show in screen 2 but i cant see that option anywhere can someone help pls
Thank You

You can’t copy components in that way. You can create modules that have components and can be re-used but that’s a bit more complicated. If you just need the value from the text input on screen 1 then you can assign it to a variable. A single variable can be used on all screens. If you’re trying to create the same text input field on multiple screens, you can copy an entire screen but not a single component. You can also copy & paste sets of blocks from one screen to another screen but again, that won’t copy the component associated with those blocks.