Changes to Global Picklist Values, not rendering in Skuid UI (but are in Native UI)

Hi Mark. If you’re changing your picklist values (on the object side), you may need to clear your session data for an existing Skuid page if you want to see those new values right away, since Skuid caches picklist values aggressively. To do this, open your browser’s console and run the command sessonStorage.clear() then reload the page. Or, you can try previewing the page in an incognito/private browser, but in there, session storage will still cache the picklist values after the first time prevewing a Skuid page.