I have an app that manages student attendance. Data is loaded via CSV files; if a new student code is found in the CSV file, a new student record will be automatically created. Additional student data (name, status, etc.) must be manually added via the app.
On the initial Dashboard tab of the app, I want to display a message like "You have new users to maintain" but only when there is an incomplete student record in my retool database.
Is there a way to do this?