Managing data with JS Timers

Hello everybody, I need to manage Data with a JS timer. I’ve wrote this test but nothing appears in the Real-time logging console when I launch the timer. Where am i wrong?

image

Hi, @Daniele_Di_Gregorio

Welcome to our community!
You need to add return before the Backendless.Data.of(“orders”).find()

Regards,
Marina

1 Like

Thanks!