How to communicate between a module and the calling project


This is my module. Now I am going to insert my module in a main project. Is there a way for me call function printHello() from the main project. Is there a pipeline or something for the main and module to exchange data? I dont want to write to a spread sheet and read it off rather a direct one. Advice please.

Hello @anandavardhana57zwwl if you click the gear icon next to your module name there you can add properties, functions and events.

I suggest you create one of those functions and then add your code there.

See Modules | Thunkable Docs Modules | Thunkable Docs under methods for more info.

3 Likes

Wow got it @sketch thank you very much. I felt there has to be a way to do it.

1 Like