Run two or more screen blocks in parallel

As Thunkable X does not allow us to copy blocks from one screen to another, I was thinking on make a screen just with Firebase Blocks (and I have a lot) and reuse them via global variables in the other screens.

To do this, I need to run two screen codes in parallel. But seems that this does not work properly.

Is that possible ? How can I reuse code in Thunkable X at this moment ?

I also need to remember that I can’t leave everything in just one screen because of lag problems and because almost all my screens need to access firebase to get or save data in different keys and in different manners. I’m doing an app for prices and products searching.

Hi there,

You very much can copy and paste blocks between screens. Use the keyboard commands Ctrl+X (cut), Ctrl+C (copy) and Ctrl+V (paste), in Windows, or Cmd+X, Cmd+C, Cmd+V in macOS.

Thank you!!! This works. Yay! This will save a lot of time.

1 Like