I’m experiencing an issue in Glide where values are present in my database, but they don’t appear when I try to display a specific “If-Then-Else” column in a field component on the app.
Here’s what I’ve checked so far:
- Column Data Type: The column I’m trying to display is an “If-Then-Else” column, and I’ve confirmed that the conditions are set up correctly. The expected values (e.g., true/false or text values) are visible in the Data Editor.
- App Reload & Data Refresh: I’ve tried reloading the app and refreshing the data in the Data Editor.
- Component Settings: I’ve made sure the field component is pointing to the correct column and table, and that there are no visibility settings accidentally hiding it.
- Testing with Other Components: I tested displaying the same “If-Then-Else” column in other components (like a Text component), but the data still doesn’t show up.
Despite these steps, the field component remains blank, as though the data doesn’t exist. Has anyone else encountered this issue with “If-Then-Else” columns, or are there additional troubleshooting steps I could try?
Thanks in advance for any insights!