Currently, I have an app that shows a list of departments that the user can select. It looks like new departments that were added to the table are NOT showing up on my list. The list seems to be cached somewhere but I need to pull the most updated values all the time from the table. I'm using an Input tool to pull the values from a database table and then populate a List Box.


Is there a configuration to run the select statement to pull the most recent values from the table everytime the App is triggered?

I do have Run PreSQL on tool configuration checked. I apologize if this was answered previously. I searched on the community and couldn't find an answer.
Thank you so much for your time.