Transferring Blocks Between Screens

Hi all. Is there any way to transfer blocks between screens in Thunkable X? Like the backpack in Thunkable Classic for example?

No at the moment unfortunately.

Typically copy/pasting blocks is a sign that you can just reuse your UI though.

What sort of app are you trying to build at the moment?

I’m currently trying to make a ‘favourites’ section for my app, meaning when users add a ‘page’ to their favourites, it shows up on the favourites page. The only issue is that there are three separate screens that they can choose favourites from, meaning I have to do the same blocks on three different (and very laggy!) screens.

Have your tried using the new LocalDB component in your app?

I’ve had a look at it but I don’t know how to implement it into my app.