Links Banner
Main Content
Recent Content
Introducing New Quickbase Navigation (beta)
3 MIN READ Update: This blog was initially published ahead of our open beta in May. On October 1st, new (or sidebar) navigation will become the default Quickbase experience. To help guide the transition, if your users tried new navigation during the open beta and reverted to legacy navigation, we will respect their current settings. Your team will still have the option to use to legacy (or top) navigation through the end of 2025, but doing so will require action from both admins and individual end users. Access the End User Guide for More Details > Quickbase is the world’s first platform for dynamic work management. And that means we wake up every day asking ourselves how we can make our customers more efficient and help them grow. We are continually improving the platform and adding new capabilities, so it is easier than ever for you to see, connect, and control your most complex processes. To do that, we want to make sure we continue to focus on providing an intuitive, clean user experience, which is the foundation on which the rest of Quickbase relies. That’s why we’re excited to announce the beta version of our new navigation. Here’s what to expect from our new navigation, and how you can try it out today. What’s changing? We rebuilt Quickbase’s navigation from the ground up to provide a more modern and intuitive experience for both you and your users. And, while we have future plans to add new functionality and concepts to our navigation, we’re not adding any new elements just yet. Instead, this initial release of our new navigation will re-arrange the components you use to navigate around your apps today. This approach will ease you and your users into this experience and make it easier to manage this change. Tables have moved to the left side Some may call it clunky; others call it dated, but we heard loud and clear from many of you that the Quickbase menus at the top of the page take up too much room. That’s why we’re moving app-level links to a new sidebar which you can find at the left edge of the page. Here, you can navigate to each table in your app. And if you are an app admin, you will find links to app settings and the user management page. We’re also providing centralized access to all your table settings with Settings for each table directly in the content menu are designed to save you time and clicks. It’s important to note that your existing table order and permissions will translate 1:1 from legacy navigation to the new style, so you’ll be able to hit the ground running without the need to re-calibrate your settings. With more room to breathe, you can see – and understand - more of your own data on your screen at once. There are several ways you can choose to interact with this menu, depending on how you like to get work done. You can open the sidebar by clicking the arrow to push content and maintain your open/closed state as you navigate across pages or simply hover anywhere over the closed sidebar to open temporarily and close automatically as you navigate. Switch between apps using the new global nav menu We’re cleaning up the experience of having to switch between apps with the app bar, by moving these controls to the top-left corner of the page. In this new waffle menu, you’ll be able to switch between apps. This is also where you will access other parts of Quickbase outside of apps, such as Pipelines and Exchange, enabling one-click access to key areas of the platform. Getting involved in the beta program Want to be one of the first to get your hands on the new nav? Your valuable feedback is pivotal to shaping our platform. Register here! Next steps The new navigation will be available for all users starting on May 8, 2024, with the ability to try it defaulted on. Each account admin can choose to disable the new navigation for their users under the Admin Console-> Permissions menu. If a user’s ability to turn the new navigation is not disabled, they can visit their user preferences and select sidebar navigation to try out the new experience. Happy navigating!6.4KViews1like10CommentsUpcoming Changes to JavaScript in Quickbase
13 MIN READ If you’ve ever used JavaScript to modify UI or enable a non-native workflow in a Quickbase app, this post is for you. We know that adding custom code to an application can be a valuable way to extend Quickbase. However, we need to provide this capability in a secure and supportable way. To that end, Quickbase provides the ability to use custom code in code pages. On the other hand, we also see builders inserting custom code into places it was never intended to be used. To improve the security and stability of the platform, we are changing the way Quickbase handles custom code. Specifically, we are changing how the platform handles JavaScript and unsupported HTML tags in places other than code pages. Code pages are where custom code has always been supported, and we encourage app builders to insert it there. We will roll out these changes throughout 2021. This post will cover the background on where custom code is supported in Quickbase, and why it’s important for us to make a change. You can also find details about our plan below, and how that impacts you. Table of Contents Background Upcoming Changes Product Alternatives Next Steps FAQ Background For years, Quickbase builders have inserted JavaScript outside of code pages. This has been done to customize the UI or to automate workflow (such as reloading the current page). Yet custom code such as JavaScript was never intended to be used in a Quickbase app, except in code pages. Builders have shared many solutions like this on our community forum. You might see them called "Image OnLoad" or "Branding OnLoad". Because the added JavaScript code cannot be sanitized by Quickbase, it could open a security vulnerability that a sophisticated, malicious, builder could take advantage of. “Sanitizing” is simply making sure that an input into a field is what the software intended. For example, to sanitize a field that says “Image URL”, we would ensure it only accepts a format like https://mywebsite.com/images/banner.png and that it only contains secure content. None of the code within a code page can access the native Quickbase document object model (DOM). When you write custom code such as JavaScript in a code page, you are creating a new web page from scratch. This is why it is more secure to restrict JavaScript to being used only in a code page The Quickbase platform includes many security measures which protect you against the risks mentioned above. For example, when you create a new app, any API call pointed at that app must include an application token. We have put in place policies to control cross-origin resource sharing (CORS). And we allow realm admins to restrict what type of content may be embedded as an iFrame within their apps. But the work of building a platform with world-class, enterprise grade security never stops. Our software engineers and system architects are always searching for opportunities to improve. Changing how JavaScript is handled in Quickbase apps is the next step in that journey. Besides this security issue, it's impossible for us to test inserted JavaScript as we make changes to the Quickbase platform. A routine upgrade to an open source library, a change to styling, or to the DOM may cause these custom solutions to break without warning. As we progress with projects like the UI Refresh in 2021 and beyond, these kinds of changes will become more frequent. In order to move the platform forward in a safe, secure, and sustainable way, we must close the loopholes that allow builders to insert unsanitized custom code into their apps. Upcoming Changes There are three areas of the product that need to have the loophole closed. We will close one area at a time, every two months starting in April 2021. Rich Text Fields, where customers could unintentionally allow end users to insert JavaScript. This area was closed in the April 2021 release. Note: This does not include Formula-Rich Text fields. Custom Branding, where customers typically insert JavaScript to modify the UI in non-native ways. This area was closed in the June 2021 release. Formula Fields, where customers can write scripts to automate workflows. Examples of these include cascading deletes and executing multiple actions when a user presses a button. This area will be closed in the August 2021 release. This includes Formula-Rich Text fields. When an area is closed, builders will no longer be able to insert new JavaScript or edit the JavaScript that has been inserted into the area. With these series of changes, we will not remove or modify any existing custom code. We will not intentionally break any existing solutions that leverage these techniques. But a change to styling, a change to the DOM, or an update to a technical library could cause a solution to unintentionally break without warning. And, if a solution breaks for one of these reasons after the area has been closed, builders will not be able to edit the JavaScript to fix it. After we close each loophole, builders will no longer be able to insert or update JavaScript in that part of their apps. For example, imagine you have a formula that contains JavaScript. You need to update the formula, so you open the field properties. In that case, we would pop up a message warning that the field contains unsupported content. If you click Save without removing the JavaScript, you will see an error message preventing the save. You may hit cancel at that point, to back out and keep the previous configuration of your field. We encourage you to continue extending your ecosystem of apps using custom code. You can use custom code such as JavaScript in code pages, even after we close all the loopholes above. NOTE: The vast majority of custom code that's inserted into Quickbase apps outside of code pages is JavaScript code. However, the product changes above will not just restrict where JavaScript can be used. Those restrictions will apply to all custom code that is unsupported outside of code pages. The only custom code that may be used outside of code pages is: Simple HTML tags such as "a", "div", and "img". (See a complete list of supported HTML tags) Any native HTML attributes for those tags. (Such as the "width" and "height" attributes of the img tag) CSS style code which is included in-line, as part of one of the supported HTML tags above As a reminder, iFrame HTML tags are not supported outside of code pages and they will be affected by the product changes above. Product Alternatives Many agile companies extend their Quickbase apps today using custom code. This is a crucial tool for flexing and adapting to a fast-paced business environment. The intended workflow for Quickbase to interact with custom code is by having a formula-url or formula-rich text field as a button or link. Clicking on one of these would open a new browser tab, or redirect the current tab, to the code page. Custom HTML, CSS and JavaScript can be included in this code page. If desired, the page can close itself and redirect to the original page. For example, see the animation below: We will also work to make this even easier in the future. Over time, we will address the majority of extensibility needs in a few ways: Our ongoing product initiatives have an increased focus on customization and power natively. We know will not be able to build a native setting, switch or toggle for every possibility. Yet we conduct research and make data-informed decisions on where more flexibility makes sense. We will continue to absorb small items into future product iterations that customers need so custom code isn’t needed. Examples of this include, but are not limited to: Ability to use Now to get the live time a formula-url was pressed, rather than when the first page loaded New formula functions like UserRoles() and NameOfMonth() More control over the behavior of formula-urls Allow app builders to use JavaScript in certain areas outside of Code Pages. These would not allow arbitrary code to be inserted. Instead, they would support specific methods of extending a Quickbase app with custom code. For example, let's consider the new dashboards in beta as of February 2021. These new dashboards allow app builders to create filters which apply to all reports and charts on the page. We could allow a developer to create a custom chart type, which connects to the dashboard filter. So when an app user clicks that filter, all the reports and charts on the dashboard would update - including the custom-coded charts. This would allow builders to create their own chart, and have it behave natively and seamlessly for their users. We have many plans in this area. While this is not an overnight deliverable, we are confident in the research we have done and our roadmap to deliver on this promise. Programming languages like JavaScript are powerful because they are open-ended. You can use JavaScript to solve virtually any problem if you have the time and technical know-how. But Quickbase is a no-code platform. Quickbase is powerful because of how fast it allows you to build and update apps, deliver value and unlock insights within your data. So we will always focus on accelerating that speed and ease of use. We do not intend for Quickbase to become a full-fledged integrated development environment (IDE). Next Steps First, we want to be as transparent as possible, so app builders are aware of any risks in their applications. To that end, builders will begin seeing a warning in areas that have unsupported content in the near future. This will not prohibit changes to these areas of the platform. Are you already thinking about some of your apps which use these JavaScript techniques? If so, please start planning how you can migrate to supported solutions. We have been logging Quickbase apps that contain unsupported custom code. Those logs are only able to cover apps where you've updated the app’s structure recently. So if you have an app you're unsure about, you can update the properties of any field or table to get it added to the logs. That way, if that app does contain JavaScript or other types of unsupported custom code, it will appear in the logs the following day. On February 11th, we'll send an email inviting account admins to a Quickbase app so you can see where inserted JavaScript is being used. If your account admin does not receive that email, it means that our logs do not show any inserted JavaScript in your account. Review the list of FAQs below. If you still have questions or need help, don’t hesitate to reach out to our Care team by submitting a ticket. We're happy to help identify alternative solutions. However, please note that we will not be able to interpret or troubleshoot custom code. If you find yourself in need of more hands-on assistance, we recommend engaging with one of our QSPs, whom we can help you connect with. FAQ What is JavaScript Insertion? JavaScript Insertion occurs when custom JavaScript code is added to any part of a Quickbase app other than a code page. Some examples include formula fields, rich text fields, and custom branding. While officially not supported, these techniques are used to more deeply customize an app’s UI or workflow. While this has never been officially supported, the platform was not explicitly blocking this as it should have been. As we have added features to the platform over the years, many of the reasons why these techniques were used have become obsolete. What is changing with regards to JavaScript Insertion? We will begin restricting app builders from inserting JavaScript in formula fields, app branding, and rich text fields. Builders will no longer be able to insert new JavaScript code in those areas. We will also block edits to any existing JavaScript in those same places. These areas were never intended to allow for JavaScript insertion. You can still insert JavaScript in a Code Page, which is the appropriate place in a Quickbase application. Will these changes only affect inserted JavaScript code? The vast majority of custom code that's inserted into Quickbase apps outside of code pages is JavaScript code. However, the product changes above will not just restrict where JavaScript can be used. Those restrictions will apply to all custom code that is unsupported outside of code pages. The only custom code that may be used outside of code pages is: Simple HTML tags such as "a", "div", and "img". (See a complete list of supported HTML tags) Any native HTML attributes for those tags. (Such as the "width" and "height" attributes of the img tag) CSS style code which is included in-line, as part of one of the supported HTML tags above As a reminder, iFrame HTML tags are not supported outside of code pages and they will be affected by the product changes above. When will these changes take place? Throughout a series of releases in 2021. After the April 2021 release, users will no longer be able to insert JavaScript into Rich text fields. After the June 2021 release, users will no longer be able to insert JavaScript into Custom Branding. After the August 2021 release, users will no longer be able to insert JavaScript into Formula Fields. Why do we need to make these changes? Custom JavaScript inserted into these areas is not sanitized by Quickbase. This opens the platform up to potential attacks from malicious users, to modify pages or gain access to protected data. Such custom code is also impossible for Quickbase to test. This means routine changes to the platform could (and do) cause a solution to break without warning. Closing these loopholes allows us to provide a more supportable, enterprise-grade platform. It also enables our support resources to triage and troubleshoot more effectively. How are we informing customers of this change? On February 11, 2021, we will email Account Admins who will be affected by this change. The email will include a link to a Quickbase app which will help you locate inserted JavaScript in your apps. We will email those Account Admins before we make each of the product changes above. Those changes will take affect with our product releases in April 2021, June 2021, and August 2021. Application Managers will also see warnings in apps that include inserted JavaScript. For example, a message will appear if you edit the properties of a formula that includes inserted JavaScript. What will happen with existing JavaScript solutions? We will not be making any changes to existing objects that contain inserted JavaScript at this time, or during any of the releases mentioned above. That means that solutions that leverage inserted JavaScript should continue to work as they were designed. However, builders will not be able to save changes to these objects after their respective release. After the April 2021 release, you will not be able to make changes to JavaScript within Rich Text fields. After the June 2021 release, you will not be able to make changes to JavaScript within Branding. After the August 2021 release you will not be able to make changes to JavaScript within Formula fields. As always, these solutions might break as a result of a routine change we make to the Quickbase platform. For example, upgrading a technical library, or changing either our styling or our Document Object Model (DOM) could cause inserted JavaScript to stop working. What will happen if a builder attempts to save changes to an object with inserted JavaScript? After we close each loophole, builders will no longer be able to insert or update JavaScript in that part of their apps. For example, imagine you have a formula that contains JavaScript. You need to update the formula, so you open the field properties. In that case, we would pop up a message warning that the field contains unsupported content. If you click Save without removing the JavaScript, you will see an error message preventing the save. You may hit cancel at that point, to back out and keep the previous configuration of your field. What will happen if I copy an app with inserted JavaScript? Customers should be able to copy applications with unsupported JavaScript. The inserted JavaScript will carry over to the copied app. As with any inserted JavaScript, after we close down the area it is inserted in, builders will not be able to edit it. Should I remove all inserted JavaScript from my Quickbase apps? We are not removing or modifying any existing inserted JavaScript. You can continue to use your apps that contain inserted JavaScript. But, while we are not intentionally breaking any solutions that rely on inserted JavaScript, these solutions could break as a result of a routine change to the platform, like a change to styling, an upgrade to technical libraries, or a change to the Document Object Model (DOM). As we progress with the UI Refresh Initiative, these changes will become more frequent, increasing the chances that your apps could break. If you want to avoid that risk, you should explore alternative, supported solutions to the problems you’re solving with inserted JavaScript. What if I need help? If you’re still not clear on exactly what is changing, or have a specific question about your account, you can always submit a support case to our Care team. Also, our Quickbase Solution Providers (QSPs) are a network of professional services firms that you can contract with to help you plan for and execute any changes to your apps that you might deem necessary as a result of this announcement. They can help you identify and implement alternative, supported solutions to the problems you currently solve with inserted JavaScript. If you are working with a QSP already, you can follow up with that partner or find a potential partner here. We also have a list of partners who are providing services offerings to specifically handle JavaScript issues. If you would like a referral to a partner or potential partners, submit a support case, and a support representative can provide this for you. Can builders still insert JavaScript into code pages? Yes, users are encouraged to use code pages to leverage custom code for their Quickbase applications. These code pages should be used standalone, rather than attempted to be “injected” into a Quickbase page. What if I need help identifying my inserted JavaScript? The first place to look is the Inserted JavaScript Usage app. This is a Quickbase app that lists where inserted JavaScript is used in your apps. It includes details such as Field ID for formulas that include inserted JavaScript. On February 11, 2021, we will email a link to this app to Account Administrators. We will send this email only to accounts we've detected are using inserted JavaScript. Not sure whether a specific app includes inserted Javascript? You can check this by opening the app in question, then making any schema change. For instance, you could add a new field or update the properties of an existing field. Then, you can check the Usage app one day later. We update the Usage app daily. So if the app in question still does not appear in the Usage app then you do not need to take further action. Will Copy Master and Details buttons be affected? No, as long as you are using your Copy Master and Details button as it was originally generated (i.e. no changes were made to the formula) it should not be affected by these changes. If you have Copy Master and Details buttons, you may have received a warning in your application about the presence of unsupported content. To be clear, after the August release, you will not be able to edit these formulas. However, unlike other formulas that contain JavaScript, these buttons will continue to work as designed and do not need to be replaced with alternative solutions.3KViews5likes63CommentsPreparing for Automations End of Support on June 30, 2022
5 MIN READ Workflow automation has taken many forms in Quickbase over the years. It could be a simple email notification, a dynamic form rule, or even a complex script triggered by a webhook. But one thing that’s clear is that workflow automation is only going to increase in importance for customers and use cases of all kinds. To meet those evolving requirements, we have spent the last year growing and improving the workflow automation capabilities of our powerful new Pipelines technology. Now, as we continue to look toward the future, we must also evaluate the role of older and less flexible features like Quickbase Automations. That’s why we will be retiring Quickbase Automations in favor of Pipelines. On June 30, 2022, Automations will reach End of Support. What End of Support means for you The next step in retiring Automations will come on June 30, 2022, when the feature will reach End of Support. At that time, you will no longer be able to create new automations. This also means that the Quickbase Technical Support team will not be able to assist with the Automations feature after June 30, 2022. Existing automations will continue to be editable, and they will continue to run until Automations reaches End of Life. Read on to learn about the benefits of using Pipelines instead of Automations, and how you can prepare for Automations retirement by migrating your existing automations. Improving your workflow using Pipelines We have been continuously adding new capabilities and tools that will make it easy for you to migrate your workflow automations to our newer and more powerful Pipelines technology. Not only will this ensure that you don’t experience any disruption to your business or your processes, but it also opens the door to new workflow ideas that can connect across multiple systems. Pipelines supports all Automations features – Pipelines now supports all the features you’ve been leveraging within Automations, including the ability to query the previous value of a field. Pipelines enables more sophisticated logic than Automations – Pipelines supports more powerful business logic than Automations, including branching and looping, as well as parsing text. Pipelines gives you the ability to scale workflow across systems – In addition to orchestrating workflow within your Quickbase ecosystem, Pipelines includes point-and-click integration with over 30 products including Outlook, Slack, and Sharepoint. We are committed to supporting every Automations use case. That’s why all Quickbase customers get unlimited use of Quickbase-to-Quickbase Pipelines included with their service plan at no additional cost. Focus areas for improving Pipelines We’ve gotten feedback from many of you on Pipelines, about what’s going well and where we have opportunity to improve. Thank you for taking the time to share your thoughts with us. Getting this perspective is essential to help us evolve our product and make sure we are serving this community well. There are three main areas we are focusing on to further support you as you migrate from Automations: Ease of use – We are working on improvements to make it faster and more intuitive to build pipelines. For example, in the January 2022 release we are making our builder wizard generally available. Using the wizard, the user first chooses which steps to include. Then, they are directed to the pipelines designer page where they fill in the details for how each step should work. We have also extended our Pipelines educational resources in Quickbase University, with the release of our new Pipelines Builder certification exam. Performance – In December 2021, we rolled out the new “Blaze” engine to offer better reliability, performance, and efficiency for Pipelines. Compared to November 2020, usage of our Pipelines capability has multiplied by more than 71 times, and the Blaze engine helps support that exponential increase in workload. It also lays the foundation for the next round of exponential growth in integration and automation use-cases which companies are looking to create with Quickbase Pipelines. We’ve seen pipelines run 30 times faster on average since releasing the Blaze engine. Governance – We are making major investments to make it easier to manage your pipelines at scale. Account administrators will be able to set access to Pipelines channels by individual user, or by user group. Pipelines builders will also be notified when one of their pipelines encounters an error. And finally, app builders will be able to see a list of pipelines connected to their app. Each of these features will be available in the first half of 2022, before we reach the End of Support date for Automations. Preparing to migrate There are three steps you can take to prepare for your migration from Automations to Pipelines: Make sure you have access to Pipelines – Some of you are app builders who have built automations but have not had a chance to start working with Pipelines. It’s worthwhile to check the top-left of your Quickbase view to make sure you have Pipelines access set up. If you do not see the Pipelines tab, you’ll need to contact one of your account admins to get access. Create new workflow automations using Pipelines instead of Automations – Since Automations will not be supported starting on June 30, 2022, this is the perfect time to stop creating new automations and creating pipelines instead. We have many resources available to bring you up to speed. (Check out our list on the community.) Begin migrating your existing automations to Pipelines - We’ve developed a simple migration tool you can use to create a corresponding pipeline for each of your automations, which you can do in just a few clicks. We have been improving the migration tool over the past few months, and it is now ready to migrate virtually any automation. (Learn more about using the migration tool in our help article.) Timeline Over the several months, we will be following our standard feature retirement lifecycle, and taking several steps along the way to retire the Quickbase Automations feature. Timing Retirement Phase Description June 22, 2021 End of Sale We will focus on making sure that all our customers have the information and resources they need to successfully plan for the migration of their Automations to Pipelines. Even though the Automations feature will still be available to existing customers, we encourage customers to begin using Pipelines to implement new workflow automation ideas moving forward. June 30, 2022 End of Support Your existing Automations will continue to run without interruption, but you will no longer be able to create new Automations or get assistance with the building and configuration of Automations from Quickbase staff. During this time, we encourage you to migrate any remaining Automations to Pipelines at the earliest possible opportunity. TBD End of Life Automations is officially retired. This means that it is fully removed from our product, and remaining Automations will cease to function. Learn more Learn more about using the migration tool in our help article. Take the Getting Started with Pipelines course in Quickbase University. Take the Pipelines Builder certification exam. Browse all the Pipelines resources available on the community. Explore the 30+ point-and-click integration channels available for Pipelines. Learn more about Quickbase’s process for retiring product features.2.5KViews0likes3CommentsIntegrating Quickbase and FastField
3 MIN READ Quickbase has a long history bridging the gap between the field and office, across many industries. For instance, we keep construction projects on time. We manage on-site installations. We track health and safety issues to ensure compliance. In 2023, we added FastField to the Quickbase family to transform your mobile workforce. FastField is a powerful mobile forms solution that adds capabilities like signature capture, as well as image capture with annotation, to streamline your entire field workflow. Two products, bringing larger solutions together. In a recent study, we found that 58% of people spend less than 20 hours per week on meaningful work that drives results for key projects. The rest of that time is spent searching for data, often buried in spreadsheets or piles of paper. We have a term for this wasteful problem: Gray Work. Quickbase and FastField are two products designed to work together to crush Gray Work. Try it out Haven’t seen FastField in action for yourself yet? We’ve got you covered. Quickbase customers can now access a free 30-day trial of FastField, with no commitment needed. It’s easier than ever to try out FastField, now that you can start the trial from within Quickbase. Data integration With Quickbase and FastField under one roof, our team has worked hard on a two-way integration to connect the two platforms. Once you've started a new FastField trial from Quickbase or connected an existing account to your realm, you can click a button on one of your Quickbase tables to begin creating a corresponding mobile form in FastField. As you lay out your mobile form, you can decide which fields from your Quickbase table to include and which ones to exclude, like the fields that are needed just for back-office logging. This allows you to create a shorter, more focused workflow for your field workers. Going in the other direction, we are making it easier than ever to take data captured on mobile devices via FastField and store them in Quickbase. When a FastField form that was created from a Quickbase table is filled out and saved, the data is automatically saved to the Quickbase app. No additional set up required! Dispatching a form Once you’ve created your mobile form in FastField, it’s time to put it to work. Dispatching is the process of assigning a form to someone to fill out. Let’s take the example of a solar company running safety inspections – you’ve already got an inspections table set up in Quickbase, and you have a matching FastField inspection form created as well. It’s Friday, and you’ve planned out a schedule for the following week that determines which job sites each member of your field inspection team will visit, and when they need to be there. You can use our FastField connector in Pipelines to automate these dispatches and assign an inspection to an individual. You can even dispatch the form with some fields pre-filled, such as the site address and the date/time the inspector should arrive on site. All of this keeps expectations clear and keeps field workers focused on the task at hand. Administration We also have some new capabilities for administrators, to make it easy for a Quickbase account administrator to manage their FastField account as well: Single sign-on: When accounts are connected, your users will be able to sign into FastField using their existing Quickbase credentials. Easier access to billing: If you have an annual subscription to FastField, and you signed up for it with Quickbase, you will now be able to see your FastField billing info from the Quickbase Admin Console. With Quickbase and FastField together, you can get easy mobile access to your critical workflows and applications for field teams on-the-go. All while giving your back-office teams access to the data they need, when they need it. The integrations between Quickbase and FastField help to seamlessly connect your field and business operations. Learn more about how to access and use these integrations from these Help articles.1.9KViews0likes0CommentsThe Qrew Event Calendar
1 MIN READ July 2026 Regional Meetups July 22 Boston Qrew Meetup July 30 Atlanta Qrew Meetup July 16 Denver Qrew Meetup July 22 Portland Qrew Meetup Webinars June 16 Quickbase Summer Drop Office Hours M - W - F FastField Office Hours M - W - F Quickbase Office Hours with Sam1.7KViews2likes6CommentsDashboard Enhancements
2 MIN READ NOTE: THIS BLOG WAS WRITTEN by BrianCafferelli , BUT TECHNICAL CHALLENGES ARE PREVENTING BRIAN FROM PUBLISHING. 🚀🚀🚀Quickbase makes it easy to surface the right data, to the right people, at the right time. When you set up dashboards for each role in your application, you are enabling informed decision-making across your business. Quickbase dashboards allow you to display reports and charts from multiple tables or even multiple apps. And in just a few clicks, you can apply filters to all reports on the page. All of this is supported by our drag-and-drop dashboard designer, giving you a quick and easy tool for delivering important business insights. We’re excited to announce a series of improvements that will allow you to display more data and more reports on your dashboards, and make it easier to build those dashboards. These new improvements will be released in April 2024. 🚀Infinitely-scrollable tabs More space, more reports, more data - all on one dashboard! Tabs will also display at the top of the page instead of the bottom, with this new design. Infinite dashboard with multiple reports 🚀Seamless building experience Experience a smoother, more intuitive way to arrange your widgets now that widgets will automatically move out of the way. We also added a quick option to add a new widget below an existing one. Widgets intuitively moving 🚀Add below widget menu option 🚀Meet the spacer widget Create cleaner, more organized layouts by effortlessly adding either space between widgets or stylish dividers. Spacer widget magic 🚀Missing button groups? A familiar Quickbase experience allows you to style your button widgets easily. Button groups 🚀 Less clicks and less back-and-forth when working with tabs Rearranging tabs easily 🚀Update filters titles inline 🚀Excited about all of these upgrades? You can update your dashboards without having to rebuild them!
1.7KViews1like6CommentsThe Admin Getting Started Hub
2 MIN READ If you're new to being a Quickbase admin, start here! While it may feel like there is a ton to learn, the Getting Started Hub has you covered. This is how you start. We'll cover the basics, with account settings and Quickbase Navigation, and we'll leave you with the right resources you can bookmark to reference early and often throughout your time as a Quickbase customer. Do you know someone else in your company starting out on Quickbase? Bring them here! Consider this Step 1 in transforming your operations on Quickbase! Reference Materials These are the often used resources you'll have while learning Quickbase. Qrew Members have found these links helpful to save as bookmarks to reference. Glossary - Definitions for Admins Resources Onboarding Emails Account Set Up You and your team are eager to build an app, but wait! Spend some time in your first 30 days accomplishing these tasks to familiarize yourself with these essential areas. Also, click here for the attachment, Checklist for New Admins, which you'll want to have by your side! You'll thank us later! Configure Your Account Learn Quickbase Navigation Setting Up Your Admin Team and Users Security and Single Sign-On Taking The Next Steps Your account is now set up properly. All your handy resources are now bookmarked and ready to be referenced. Now what? Take these next steps with you as you and your team solve the first of many challenges with Quickbase. Or if you're inheriting an application, check out our Accidental Admin Guide. How to Start Building Platform Analytics Accidental Admin What Else? Join a Qrew Discussion and Ask a Question? Register for one of our upcoming Events and Webinars Qrew Meetups are a great way to see how other Quickbase customers are using the product Pop into Office Hours to ask a Quickbase expert a quick question Check out Quickbase University for upcoming training opportunities1.4KViews0likes0CommentsNew email notification beta has arrived
5 MIN READ NOTE: THIS BLOG WAS AUTHORED BY BrianCafferelli , BUT DUE TO TECHNICAL CHALLENGES, BRIAN WAS NOT ABLE TO PUBLISH. Companies around the world run time-sensitive, business-critical processes on Quickbase. And one of the ways this streamlines how you manage critical information is through our built-in email notifications. The ability to send alerts to the right people at the right time ensures that your team stays productive. We’ve upgraded much of the user interface across the Quickbase platform recently, such as reports and forms. And the next step in this journey is simplifying emails and making them more flexible. We’re proud to announce that we have re-built emails from the ground up. We are providing a new and modernized experience that supports new forms, allows you to pick the time of day an email is sent, and more. Read on to learn more what’s possible using new email notifications. Using new forms and notifications together We recently rolled out a new version of forms, providing a drag-and-drop building experience and giving you more control over the layout and appearance. However, using these new forms requires a separate legacy form to be built for emails as well. We are now making this build experience easier and more consistent, now that you can display a new form in a new email notification. This helps make your notifications more professional-looking and engaging. Embedding reports and charts Legacy emails in Quickbase allow you to send a single report to a group of users periodically. New email notifications will also allow you to send a chart, and even multiple reports or charts in the same email. This puts a lot of power into the hands of the app builder since you build these user interface elements such as reports, and can use them in many places such as dashboards and emails. Expanded options for the From field Being mindful of who appears in the From field of your email can help clarify who is driving the process at hand and help an email recipient to respond quickly. Quickbase enables you to set your From field to the generic “[email protected]”, or the user set in a User-type field. For example, an email on a compliance requests table could appear as coming from the user who placed the request. Our new email notification feature adds a few options for setting your “From” field. You can have your emails appear as coming from the owner of the email notification. Or you can even have emails appear as coming from the user who triggered the email in the first place. This gives you a great amount of flexibility to set up email notifications to match your exact process needs. Setting CC and BCC fields With the legacy emails, you can dynamically set the recipient based on data in Quickbase. For example, based on the Assigned To field in your table. This maps to the To field in the email message. However, it’s not possible to populate the CC or BCC fields today. New email notifications enable you to CC and BCC people. (This ability must first be enabled at the realm level) Attach files to your emails Using legacy emails, you could include a file attachment as part of the form or report being sent. New email notifications will let you go a step further and take a file from a File Attachment field in Quickbase and attach it directly to the email. Better bulk options We have also added more flexibility for managing bulk emails. For example, imagine that you have created an email notification which is sent when a record is edited. If a user clicks to edit a single record, then saves it, the email sent will reflect the changes made to that individual record. But what would you like to happen when a user enters grid edit mode, and updates many records at once? Legacy email notifications allow you to choose whether you want to send the email if many records were changed at once. Our new email notifications go one step further and make it easy to send individual emails (up to 10 at once), or to send a combined email that covers all the triggering records. Audit Logs We get support cases from builders asking to verify whether an email notification was sent, when it was sent, etc. The Quickbase Tech Support Team has access to that information today, but customers are not able to see it directly. When you leverage our new email notifications, account admins will be able to track usage of those emails in their Audit Logs. A streamlined builder experience We’ve also made it easier to build email notifications. We have combined the functionality of legacy notifications and legacy subscriptions together, allowing you to set up either a triggered email or a scheduled email. Need to change the trigger type later? No problem! Using the new email notifications, you will be able to go back afterwards and switch the trigger type without needing to create a new email from scratch. This also provides a more intuitive and streamlined experience, similar to how trigger behavior can be modified for a pipeline. For scheduled emails, you will also be able to specify the time of day the message will be sent. This is a long-time customer request which makes it easier to plan out your workflows. Our updated rich-text editor helps you to create impactful and professional messages, with new features like inserting report widgets into your emails. And you can still modify the HTML markup directly if you’d prefer. Tips for new builders To create notifications that are impactful, here are a few things to keep in mind: Leverage the conditions in the trigger to ensure the email is sent precisely when you need it to be Write out your email in a way that makes it clear why the recipient is receiving it, and what they should be doing upon receiving it Use rich text and images like your company’s logo to create a more engaging message. The future of legacy email notifications and subscriptions In order to make all the powerful improvements above to email notifications, we needed to re-build the feature from the ground up. That means that you will need to create new emails to take advantage of these new capabilities. However, we realize that most of you rely heavily on legacy notifications and subscriptions. So those legacy emails will continue to be available and operate exactly like they do today, and we do not currently have plans to change that behavior. Try it out today! We opened up our beta program for new email notifications to all users in March 2024. Simply navigate to table settings, and when you click the New button for emails you will see the new “Build your own” option. To learn more about new email notifications, please see the article in our help center.1.4KViews1like10CommentsData Change Logs Just Got Smarter!
4 MIN READ Having visibility into what changed, when, and by whom, and being able to restore previous values is essential to every software we use nowadays. This is even more important for maintaining trust, accuracy, and control in your Quickbase apps. That’s why we are rolling out a major upgrade to our Audit Logs and particularly to Data Change Logs - giving admins a more powerful, reliable way to track and recover data changes with (almost) zero setup required. What’s New in a Nutshell All scalar fields are now tracked by default once auditing for an app is enabled - no manual enabling needed Only actual field changes are logged - cleaner, more relevant audit trails App admins can now restore changed and deleted values - right from the app audit log Existing field property repurposed - now controls presence in change logs, not logging behavior See full release notes Let’s unpack the details. Easier Setup: Track All Scalar Fields Automatically Previously, tracking data changes required manually enabling individual fields one by one. Now, all scalar fields (like text, numbers, dates, checkboxes, and more) are automatically audited as soon as auditing for an app is turned on. Realm admins can enable data change logs for a particular app from the Admin Console Apps page: As soon as data change logs for an app are enabled, we will start tracking any data changes for all scalar fields in the app. The changed data will be stored at a record level. Here’s an example data change log event for a single record (both in app and realm audit logs): Once you click on the “View data changes” link, the following modal is displayed: The pop-up will contain the previous and current values for all fields from the record where data changes have been made. That same information is also available in JSON format in the CSV export, as well as in our Audit REST API. A Smarter Use of a Field Property We’ve also updated the meaning of the Track field property (Table settings ---> Fields ---> Field Properties) Before: This determined whether the field was tracked at all: Now: All scalar fields are always tracked. The repurposed field only controls whether the field is always shown in the record change log, no matter if the field data has been changed or not: If you already have an app where data change logs had been previously enabled, we will automatically start tracking all fields. However, you may want to do a clean-up and uncheck the repurposed checkbox for some fields to avoid them being always unnecessarily present in the change log entries. You should also keep in mind that if you disable data change logs for an app that had tracking for certain fields already enabled, the setting for these fields will persist the next time you enable data change logs for that same app. Restore Changed Data Instantly This one’s a game-changer: App admins can now restore a field’s previous value directly from the app audit logs. This works both for updated and deleted records. Whether it was a bulk update gone wrong or someone changing the wrong record, app admins can recover from data mistakes in seconds - no need to dig through manual backups, contact tech support or manually re-enter data. What you need to do: Locate in the logs the record that you want to restore, click “View data changes” Select the fields you want to restore - all of them or specific ones Click “Restore previous values” Upon a successful restore, you should see a message like this: You can also restore any deleted record as a new record: • Note • Keep in mind that the data restore option is available only in the app audit log. Data change logs are available in the realm logs, but realm admins do not have the ability to restore data. This is intentional, as we would like to keep the restore closer to where the data lives. Designed to Scale Some of you generate millions of audit events every single day. As part of this change, we thoroughly evaluated the platform performance to ensure app experience and audit performance are not impacted. The new changes are not going to affect your app space entitlements – audit is a separate service. We also decided to retain the existing limit of 50 auditable apps per realm. While this may change in the future, we want to better understand your usage patterns, compliance needs, and platform behavior before potentially enabling higher app limits. The Big Picture Data change log updates are part of a broader investment in powerful, scalable audit capabilities. Read our recent blog post for details on other recent audit improvements. Try It Today If you’re already using Audit Logs, these enhancements are live now. Easy setup. Built-in restore. Smarter logs. Less noise.1.3KViews1like0CommentsCreating new Quickbase Actions will be locked on Sep 30, 2025
2 MIN READ Quickbase makes it easy to reduce repetitive tasks and orchestrate workflows, uniting disconnected data onto one platform. With Pipelines, business users can manage both automations and integrations in one place. And we have been hard at work enhancing our Pipelines capability based on your feedback. Now, as we continue to look toward the future, we must also evaluate the role of older and less flexible features like Quickbase Actions. Therefore, on September 30, 2025, it will no longer be possible to create new Quickbase Actions. What this change means for you After September 30, 2025, you will no longer be able to create new actions. However, existing actions you’ve created will continue to run. And you will be able to enable, disable, and edit those actions as needed. We previously communicated a plan to disable the editing of automations and actions, and to begin the retirement of Application Webhooks. Based on your feedback, we are not planning to make those changes at this time. We still do recommend that you migrate any remaining actions you’re using to pipelines instead, which enable more powerful and flexible workflows. If you are an app builder, you already have access to create pipelines. If you do not see the Pipelines link below, please contact your account administrator to get access. The Pipelines Advantage We have been continuously adding new capabilities and tools that make it easy for you to transition your workflow automations to our newer and more powerful Pipelines technology. Not only will this ensure that you don’t experience any disruption to your business or your processes, but it also opens the door to new workflow ideas that can connect across multiple systems. Pipelines supports all features available within Quickbase Actions – Pipelines supports all the features you’ve been leveraging within Quickbase Actions, including the ability to query the previous value of a field. Pipelines enables more sophisticated logic than Quickbase Actions – Pipelines supports more powerful business logic than Quickbase Actions – including branching and looping, as well as parsing text. Pipelines gives you the ability to scale workflow across systems – In addition to orchestrating workflow within your Quickbase ecosystem, Pipelines includes drag-and-drop integration with over 40 products including Outlook, Slack, and Sharepoint. Learn more about Pipelines on Quickbase University.1.2KViews2likes0Comments