I have a Kanban board in WeWeb and a leads table in Xano, where the statuses are stored as an enum. I know many have tackled this before, so I’m looking for “best practices” on dynamically syncing Xano enums with WeWeb interactions.
Initially, I created an API endpoint to extract the enum values, but that ended up adding more complexity than clarity. What’s the most efficient way to dynamically reference and sync enums from Xano in WeWeb without unnecessary API calls or manual updates?