I need my module queries to run when inputs change

Ok. Yes. I was able to figure out something similar, based on @MikeCB ' s response. It's slightly different, however, since none of my applications have every used SQL, so I wasn't familiar with those type of queries.

My solution involved creating a hidden text display field that was set to the value of an input value on the module. I was able to add an event handler on change to that hidden field, and kick off my queries.

1 Like