How do I test triggers inserting data into tables

I’m troubleshooting a trigger and everytime I need to test this, I have to publish the app which is time consuming. This is in dev enviropnment. Earlier, when I used to run, it was possible.

Hi @Satheesh1909, Developer Mode by design won’t push data into tables, but it should be able to simulate the trigger actions in a way that will let you debug.

Another way to get around this is to assign the development version of an application to a station. This way you can test functionality in real time without needing to publish a version for each change (i’m assuming your app dev workflow doesn’t require you to publish a version for each change). See a reference in the attached image.

If this doesn’t work, can you say more about what behavior you’d expect from dev mode that you’re not getting?