In the previous workspace versions of Stacker, it was possible to read the current user's metadata from javascript (email, phone, all properties in the Airtable "Users" table were accessible), which made easier 3rd party integrations. In the newest version of stacker workspace, this is gone, and we don't even know the current user's Airtable ID, which makes all kind of integrations either super difficult or impossible. We'd like a way to select which Users-related fields to make available in the browser. The purpose is to be able to read those properties from JS script, to build advanced 3rd-party integrations (AirCall, webhooks, analytics, chatbots, etc.)