Links Banner
Main Content
Recent Content
Revisiting Product Talks: Grid Reports
1 MIN READ Product Talk Excerpts Full session linked at the bottom. This is a compilation of clips yoinked (my daughter assures me that this is a real word) from the session led by AliceRich. Enjoy! First thing first...are you trained on Grid Reports? No? Check out the basics of Grid Reports via this training from the best training team in the world! For everyone else, enjoy the below Qrew Tips! Intro to Grid Reports: Columns Panel & Reportable Property: Form Rules & Required Fields: Column Widths: Row Heights: Report Settings: Form Permission Override: Backwards Compatible: The Quickbase Mobile App: Record Pickers: Dashboards: Editing Records: User Permissions / Access: Updating and Testing: Coming Soon: Features Survey Results: View the full talk (58:27) here150Views1like0CommentsRelease Enablement
1 MIN READ If a quick summary is what you need, in under 3 minutes I will walk you through the most recent updates to Quickbase, right here: Highlights include: New getRoles API Call Retrieves all of the roles for an application. Requires admin access to an app. https://developer.quickbase.com/operation/getRoles Allow Crawler Traffic Crawlers can only access data that’s available to the EOTI (everyone on the internet) role. Quickbase never returns data that a role doesn’t have permission to view. https://help.quickbase.com/docs/security-policies Data Analyzer Data Analyzer is an AI tool that predicts the likelihood an outcome will occur for each record in your table. Generate predictions to analyze Quickbase data, and view results directly in your table to better understand trends and drive decisions. https://help.quickbase.com/docs/data-analyzer Pipelines Outlook Channel New Data Available Event "Created at" and "Updated at" https://help.quickbase.com/docs/microsoft-outlook-channel Pipelines Step Notes Indicator Flags when you capture important details about a step within your pipelines https://help.quickbase.com/docs/add-a-note-to-a-step Mobile App barcode & QR Scanner Now in the NEW form experience! https://help.quickbase.com/docs/barcode-scanning-on-legacy-forms-on-mobile Advanced Pipeline Step Filter Use Jinja and metadata in your filters https://help.quickbase.com/docs/use-the-quickbase-channel#advanced-query View the Release Notes App60Views1like1CommentUnlock Document Insights with AI Actions: Summarizing a 10-K Filing in Pipelines
4 MIN READ About a week ago, I showed how AI Actions can extract key details from emails and structure them for use in Pipelines. Today, let’s take it a step further — using AI Actions to analyze entire documents. And not just any document, but something a little more substantial — a 10-K filing. Why a 10-K? A company’s annual 10-K report is a goldmine of information: performance trends, risk factors, and management insights. But let’s be honest — few people have the time (or patience) to read through hundreds of pages. With AI Actions, Quickbase users can upload a 10-K file and automatically generate a concise, executive-ready summary — right inside Quickbase. No APIs, no custom models. Just a pipeline. The Pipeline Flow Here’s how the process looks end-to-end: Trigger: A new 10-K document is uploaded to a Quickbase table (e.g., Filings). AI Action: The file is securely sent to the AI with a rich financial analysis prompt. Result: The AI returns a summary recorded in a rich text field - ready to be shared in your app. Watch the demo here. Example Pipeline and 10-K Amazon's 10-K - https://ir.aboutamazon.com/sec-filings/default.aspx Pipeline YAML: # Dcoument Summary # # Account slugs: # - quickbase[REDACTED]: Realm Default Account <None> --- - META: name: Dcoument Summary enabled: false - TRIGGER quickbase[REDACTED] record on_create -> a: inputs-meta: export_fields: '"10-K File, Summary" <6, 7>' table: '"AI Actions - Georgi Peev: 10-K" <REDACTED>' name: Document uploaded - ACTION qb-ai-actions custom_action create -> b: inputs: file_url: '{{a.n10_k_file.file_transfer_handle}}' system_message: "**Role:**\n\nYou are an elite financial analyst specializing\ \ in evaluating the financial health, performance, and outlook of Fortune\ \ 500 companies. You analyze company financial statements, ratios, and macroeconomic\ \ factors to produce clear, executive-ready insights.\n\n**Tone & Personality:**\n\ \nYou are professional, analytical, and articulate. You communicate findings\ \ in a clear, structured format that's easy to read in Quickbase. Avoid excessive\ \ jargon \u2014 your goal is to make complex financial information understandable\ \ and actionable.\n\n**Core Capabilities:**\n\nAnalyze **income statements**,\ \ **balance sheets**, and **cash flows**\n* Evaluate **profitability**, **liquidity**,\ \ **leverage**, and **efficiency ratios**\n* Perform **trend and comparative\ \ analysis** versus peers\n* Assess **valuation metrics**, **risk factors**,\ \ and **growth outlooks**\n* Integrate **macroeconomic context** into your\ \ conclusions\n* Generate **forward-looking insights** backed by quantitative\ \ reasoning\n---\n\n**Formatting & Output Rules (Quickbase-Friendly)**\n\n\ Your output **must be formatted in HTML**, using the following conventions\ \ to ensure clear line breaks and sectioning: \n\nUse `<h2>` for major sections\ \ (e.g., Executive Summary, Outlook).\nUse `<h3>` for subsections (e.g., Overview,\ \ Key Ratios).\nUse `<p>` for paragraphs.\nUse `<ul>` and `<li>` for bullet\ \ lists.\nUse `<strong>` for bold metrics or key figures.\nAdd `<br>` only\ \ when you need an extra visual line break inside a section.\nDo **not** use\ \ Markdown (`##`, `-`, `**`, etc.).\nKeep output readable and well-spaced\ \ \u2014 each section should be visually distinct.\nEnd with a short concluding\ \ paragraph summarizing the company's outlook." user_message: Process the file provided. name: Process document - a<>ACTION quickbase record update -> c: inputs: summary: '{{b.output_text}}' name: Save summary ... The AI Prompt Here’s the full system prompt passed to AI Actions — formatted for clear output inside a Quickbase rich text field. **Role:** You are an elite financial analyst specializing in evaluating the financial health, performance, and outlook of Fortune 500 companies. You analyze company financial statements, ratios, and macroeconomic factors to produce clear, executive-ready insights. **Tone & Personality:** You are professional, analytical, and articulate. You communicate findings in a clear, structured format that's easy to read in Quickbase. Avoid excessive jargon — your goal is to make complex financial information understandable and actionable. **Core Capabilities:** Analyze **income statements**, **balance sheets**, and **cash flows** * Evaluate **profitability**, **liquidity**, **leverage**, and **efficiency ratios** * Perform **trend and comparative analysis** versus peers * Assess **valuation metrics**, **risk factors**, and **growth outlooks** * Integrate **macroeconomic context** into your conclusions * Generate **forward-looking insights** backed by quantitative reasoning --- **Formatting & Output Rules (Quickbase-Friendly)** Your output **must be formatted in HTML**, using the following conventions to ensure clear line breaks and sectioning: Use `<h2>` for major sections (e.g., Executive Summary, Outlook). Use `<h3>` for subsections (e.g., Overview, Key Ratios). Use `<p>` for paragraphs. Use `<ul>` and `<li>` for bullet lists. Use `<strong>` for bold metrics or key figures. Add `<br>` only when you need an extra visual line break inside a section. Do **not** use Markdown (`##`, `-`, `**`, etc.). Keep output readable and well-spaced — each section should be visually distinct. End with a short concluding paragraph summarizing the company's outlook. File Tips To stay within the 2 MB file limit: Upload just the relevant sections of documents. Compress PDFs or use text-based files. Avoid exhibits, charts, or large tables that aren’t text-based. Why This Matters This example shows how AI Actions can do more than summarize — it can transform complex corporate filings into clear insights your team can act on. Whether you’re building dashboards for operations teams or automating document reviews, AI Actions lets you bring analytical intelligence directly into your workflows. Conclusion AI Actions isn’t just about connecting to AI — it’s about empowering Quickbase users to extract real business value from their data and documents. Start small: upload a company’s 10-K, run your pipeline, and see how much time your team can save. You’ll never look at financial reports the same way again. Stay tuned for my next blogpost where I will be creating a weekly summary from a Quickbase report.37Views2likes0CommentsThe Qrew Monday Update
1 MIN READ Hi Qrew, While there are no Qrew Meetups this week, this is an important week for the Qrew, as we'll be opening up registration for Empower26! Be on the look out for more details for Call for Speakers and registration information. Office Hours Quickbase Office Hours Sam Trachy is back! Monday–Friday @ 1 PM EDT FastField Office Hours Monday, Wednesday, Friday @ 2 PM EDT Our next Qrew meetups: App Builders Qrew Meetup Nov 11 @ 12pm EDT Pipelines Qrew Meetup Nov 19 @ 12pm EDT. Upcoming Fundamentals Trainings: Explore an App Nov 3 @ 11:00am EST Begin to Build Nov 4 @ 11:00am EST Import Data Nov 10 @ 11:00am EST Resources from the Qrew... This Month's Qrew Calendar Sam Trachy’s Office Hour: M-F @ 1pm ET *He's back!! FastField Office Hours: M,W,F @ 2pm ET Quickbase University The Qrew Discussions Page Customer-led Quickbase Discord Thanks for being part of the Qrew and we hope to see you at office hours!63Views0likes0CommentsThe Qrew Event Calendar
1 MIN READ November 2025 Click on the visual above to enlarge your view. Regional Meetups Nov 13 Atlanta Qrew Meetup Nov 19 Boston Qrew Meetup Nov 20 Philly Qrew Meetup Topic Meetups Nov 11 App Builders Qrew Meetup Nov 19 Pipelines Qrew Meetup Fundamentals Trainings Nov 3 Explore an App Nov 4 Begin to Build Nov 10 Import Data Nov 11 Relationships & Formula Fields Nov 17 Create Reports Nov 18 Users, Roles & Dashboards Nov 24 Create Forms Nov 25 Automatic Emails Intermediate Trainings Nov 12 Settings Nov 20 Automatic Emails Virtual Webinars Nov 13 See & Act on Insights387Views1like4CommentsQrew Champion Spotlight - Mark Shnier
3 MIN READ When you talk to Mark, you can sense two things immediately: he’s been using Quickbase for a very long time and he’s still having a blast. As the founder and Principal Engineer of Your Quickbase Coach—an official Quickbase Partner—Mark has been building, tinkering, and mentoring for more than two decades. What started as a way to bring order to chaos in a family-run business has grown into a lifelong mission: helping others get “unstuck” and discover the magic of building with Quickbase. How It Began The year was 2002. Mark was Director of Operations & IT in his family’s floor-covering distribution company. With over 100 staff and a tidal wave of marketing forms and product sheets flooding inboxes, chaos reigned. “No one could find anything,” he recalls. “We had these massive black binders, and every branch was begging for the latest version of something.” Mark's cousin found Quickbase and introduced the product to Mark. The result? Mark’s first “killer app”—a searchable document repository that finally tamed the paper monster. “That was it,” he says. “I was hooked.” Mark didn’t come from a software background. “I’m an Industrial Engineer by training, with an MBA bolted on,” he laughs. “I was pretty handy with spreadsheets—Lotus 1-2-3, VisiCalc, the whole prehistoric lineup.” That can-do mindset carried seamlessly into app building. Today, as a Quickbase Partner, Mark builds and maintains apps for clients across industries, and he even still uses Quickbase himself for a slick timekeeping and billing system. The Qrew Spirit Ask Mark what he loves most, and he doesn’t hesitate: “That feeling when you can tell a client, ‘Yes, we can do that,’ and know you can deliver it quickly and cleanly in Quickbase.” His favorite story starts with an innocent forum post. In 2020, he answered a simple question that led to a remarkable partnership. The question was asked by a business owner trapped in “Excel Hell” and searching for a better way. Fast forward five years, and that client’s art-handling startup has grown from six employees to nearly 100, powered by over 1,000 hours of Quickbase development. “The app runs everything—QR code tracking, truck routing, payroll feeds, client communication, training, CRM, analytics. It’s their whole nervous system,” Mark says. “I could retire, but I’m having too much fun.” Mark has been part of the Quickbase world since before it was even called “Quickbase”. “I spent so many hours in the early days struggling through obstacles that now seem simple. I just want to help others get unstuck faster so they can keep creating.” He thrives on connection—whether it’s through the Community Forum, Discord, or in-person Qrew Meetups. “I always learn something new. Even a recorded session played back at 2x speed teaches me something.” Beyond the Keyboard When he’s not building apps or mentoring others, Mark is out exploring the world. He and his wife are avid travelers who prefer “active vacations” to lounging on beaches. “Cycling, skiing, hiking, canoeing—we like to earn our meals,” he says. “If I go three months without a trip, I start to twitch.” After 20 years, Mark still talks about Quickbase with the enthusiasm of someone discovering it for the first time. He’s proof that learning and teaching can be equally energizing—and that building great things is never really a solo act. As he puts it: “There’s always something new to learn. And if you can help someone else along the way, that’s even better.” This passion for helping others is exactly why Mark was named the first-ever Qrew Legend at Empower 2024. His decades of contributions, countless forum answers, and unwavering generosity have shaped how so many in the community learn and build with Quickbase. Chances are, if you’ve ever solved a tricky problem thanks to the Community Forum, you’ve learned something from Mark. Want to connect, learn, or just say thanks? You can find him sharing wisdom and answering questions every day in the Quickbase Community Forum under his handle MarkShnier__You.88Views1like0CommentsOpen beta for grid reports has begun!
3 MIN READ We are happy to announce that our new grid reports are now available in open beta for all customers starting today, October 7. Read on to learn about how they can boost your team’s impact, and how you can try out the new experience now. Background At Quickbase, we never stop thinking about how we can better support your users. Because your team is the engine that helps your business grow and out-innovate your competition. And this has never been more urgent than it is today, when so many companies are being asked to do more with less. At the center of your everyday Quickbase experience is table reports. We understand that the need to quickly look up or review operational data is constant. And we have heard from many of you about the limitations of table reports, and the grid edit view that comes along with it. We heard about workers being slowed down, and the frustration many are feeling as they toggle back and forth between pages just to edit data. We heard that using grid edit in 2025 feels unintuitive. And we heard about performance slowdowns in some apps as well. That’s why we’re introducing grid reports. Available to all today as a beta feature, this marks a major milestone in the Quickbase experience, providing a more modern and intuitive way of viewing and entering data. Grid reports are the successor to both the table report and the grid edit features in Quickbase. It combines the familiarity and ease of a spreadsheet with the power of our operational platform. For example, with grid reports, all it takes to kick off a pipeline is double-clicking a cell, typing a new value, and hitting save – all done without leaving your report. We have turbocharged the performance of grid reports as well. Finally, for those who have been hesitant to make the jump to our newest drag-and-drop form building experience, I’m happy to say that grid reports are supported there as well – allowing quick edits of child records like you have on a legacy form. Don’t let them tell you that you have to choose between flexibility and power. Because with Quickbase, you really can enjoy the best of both worlds. Business insights, at your fingertips Control the height of your rows. And don’t worry, we’ll remember your choice. This setting impacts how the current report displays for you only. That way, each user can pick a different height as they please. App builders can also set a default height that best fits each report. Control the width of your columns. Like row heights, we will remember your choice and this setting only impacts how the current report displays for you. Filter data on-the-fly. And if you want to update the report for all users, click the … icon on the right side and save the report. Quicker edits, fewer clicks Edit data without leaving the report, simply by double-clicking. Once you’re done, hit Save. Fill down to update many records, in record time. Once you’re done, hit Save. On forms and dashboards too You can also add grid reports to your forms and dashboards, so your team can make quick edits without clicking away to another page. Using a legacy form or dashboard? You can create a new one, to take advantage of grid reports. (When making a new form or dashboard, it will use the latest version of each respective feature by default.) Try it out today Starting today, new apps you create will default to using grid reports. And app administrators can turn on grid reports for existing apps today as well. Open App Settings, then App Properties, and scroll down to find the new option under Advanced Settings. You can also give your app’s users the option to go back to the legacy table report if needed. If you set this to Yes, your users will be able to toggle between grid reports and the legacy table report which previously appeared with the “New experience” for table reports toggled off. What’s next for grid reports? We will be actively monitoring the impact of our new grid reports across the customer base and fixing any bugs as we find them. Stay tuned to our product release notes for details on when we will default all table reports to the new grid report experience. How are we doing? Have an idea for making grid reports better? We want to hear from you! Click the ? icon, then click Give feedback. Or you can open a support case to report a bug or get assistance.290Views0likes3CommentsUnlock the Power of AI in Your Workflows: Introducing AI Actions Pipelines Channel
4 MIN READ A few months back, I wrote about the OpenAI channel in Pipelines and the benefit it could have to expand on the use cases that can be solved with Quickbase. Now, I'm writing again, but for something even more exciting - AI Actions. With this new channel, you will be able to safely and securely connect with an AI provided by Quickbase and send any information (yes, including files) along with instructions for the AI to perform. No API keys and no AI model training. AI Actions allows Quickbase builders to automate complex text and data tasks — from summarizing emails to analyzing uploaded files — without leaving Pipelines. What is AI Actions? To put it simply, a new pipelines channel, but able to solve countless problems. The channel has a single step called "Custom Action" and it allows the builder to pass any information and instructions to the AI and request from the AI to return its answer in a structed manner, so it can easily be referenced in following steps. Step parameters: Response Format - Text (default) or JSON AI Persona - instructions for the AI to carry out Write your request - information that you'd like the AI to perform the instructions on File URL - Quickbase file attachment See it in Action I've picked my first use case to be a very simple one - extracting specific information from incoming emails. You can watch this next part as well here. This is very common for any business that has customer service. The pipeline looks like this (YAML at the bottom): A new email is received. The AI extracts key information from the email based on the pre-defined instructions. The information from the AI is recorded in a table. The interesting part is splitting the response from the AI, so it can be easily recorded in different fields. This is achieved by providing a JSON schema for the output for the AI to fill. The JSON schema tells the AI how to organize its answer — like a template it must fill in. JSON Schema: { "type": "object", "properties": { "Summary": { "type": "string" }, "Urgency": { "type": "string", "enum": ["Low", "Medium", "High"] }, "Customer": { "type": "string" }, "Case_id": { "type": "string" } } } Limitations Available for Business and Enterprise plans. Daily limit on amount of information sent to and received from the AI. Provided files need to be stored in Quickbase and up to 2 MB. The AI cannot recognize objects on images, but can extract text from them. PII data is not processed. To read the full list of limitations, check here. Conclusion The introduction of AI Actions opens up a whole new world of possibilities for Quickbase builders. From summarizing customer emails to analyzing uploaded files or automating data entry — the potential use cases are endless. If you’re already using Pipelines, give AI Actions a try and share what you build! I’ll be exploring more advanced examples in future posts, so stay tuned. Example pipeline YAML # Email summary # # Account slugs: # - microsoft-outlook[REDACTED]: Georgi Peev (gpeev@quickbase.com) # <None> # - quickbase[REDACTED]: Realm Default Account <None> --- - META: name: Email summary enabled: false - TRIGGER microsoft-outlook[REDACTED] email on_create -> a: FILTERS: - AND: - subject contains Test Case name: New Support Case - ACTION qb-ai-actions custom_action create -> b: inputs-meta: json_schema: "{\n \"type\": \"object\",\n \"properties\": {\n \"Summary\"\ : {\n \"type\": \"string\"\n },\n \"Urgency\": {\n \"type\"\ : \"string\",\n \"enum\": [\"Low\", \"Medium\", \"High\"]\n },\n \ \ \"Customer\": {\n \"type\": \"string\"\n },\n \"Case_id\":\ \ {\n \"type\": \"string\"\n }\n }\n}" response_format: json_schema inputs: system_message: 'You are an assistant that checks incoming emails from customers. Your job is to extract key information from the email in a JSON. - What is the urgency according to the tone of the email and severity of the issue? - Who is the customer? If you cannot find a company name, use the sender email domain. - Is there a case ID in the email? If not, write "No Case ID" - Write a short summary of the email with no more than 100 words.' user_message: 'Email content: From: {{a.from_address.email_address.address}} ----- Subject: {{a.subject}} ------ {{a.body}}' name: Extract Info - ACTION quickbase[REDACTED] record create -> c: inputs-meta: export_fields: '"original email, case ID, customer, summary, urgency" <10, 8, 7, 6, 9>' table: '"AI Actions - Georgi Peev: Email summary" <bviknueix>' inputs: case_id: '{{b.output_json.Case_id}}' customer: '{{b.output_json.Customer}}' original_email: 'From: {{a.from_address.email_address.address}} ----- Subject: {{a.subject}} ------ {{a.body}}' summary: '{{b.output_json.Summary}}' urgency: '{{b.output_json.Urgency}}' name: Create Case in QB ...237Views1like1CommentThe Qrew Monday Update
1 MIN READ We’re closing out October with two final EmpowerPro Product Talks this week. These Qrew Meetup sessions are your chance to connect directly with the Product team, hear what’s new, and share your feedback to help shape future updates. EmpowerPro Product Talks Tuesday, Oct 28 at 11 AM EDT – AI Spreadsheet Import: Feedback Session GeorgiGeorgiev, Product Manager, will do a live deep dive of the AI Spreadsheet Import tool, share best practices to help streamline your workflow, and gather feedback from the audience. Wednesday, Oct 29 at 11 AM EDT – Grid Reports: Update & Feedback Forum AliceRich, Sr. Manager of Product Management, will cover EmpowerPro Q & A questions on Grid reports, share latest development updates, and gather audience feedback for future iterations. Register once to attend either session here Office Hours Quickbase Office Hours: Tuesdays & Thursdays at 1 PM EDT. Customers have been enjoying the rotation of solution consultants filling in for Sam Trachy this month. Come meet them and bring your challenges for them to review. FastField Office Hours: Mondays, Wednesdays, and Fridays at 2 PM EDT (International Times Available) As a reminder, please make sure to check out the Qrew Events calendar on our discussion page or Quickbase Events page for November’s meetup schedule. Please remove any old calendar invites that are occurring for the rest of 2025. We will be launching new invite links for 2026. See you at the EmpowerPro Product Talks this week!40Views0likes0CommentsWhat's New In FastField
3 MIN READ Hey Qrew! What an incredible couple of days we had at Empower Pro! Thanks to everyone who joined us! (And if you missed it, you can still tune in on demand here!) During the event, we announced that FastField is launching the Pro Plan with three exciting new features and as of yesterday, they’re officially live! If you’re new to learning about FastField, it’s our mobile data collection platform within the Quickbase family, and it just got a major upgrade. On October 13, 2025, FastField rolled out three powerful new features: Task Scheduler, AI Workflow, and Label Scanner OCR. Each one is designed to help field teams work smarter, faster, and with fewer errors. These tools are part of the brand-new Pro Plan, giving operations leaders next-level ways to automate tasks, cut down on mistakes, and keep every project running smoothly. What is FastField? FastField is a mobile-first platform that lets teams replace paper and spreadsheets with dynamic digital forms. With FastField, your teams in the field can: Capture rich data (photos, video, audio, QR/barcode scans) even offline. Dispatch and assign forms to the right people at the right time. Automate workflows and route data back into Quickbase or other systems. Reduce errors and improve compliance with structured, validated submissions. For Quickbase customers, FastField is the perfect way to extend your applications into the field, connecting frontline teams directly with your business processes. What’s New in the Pro Plan? The new FastField Pro Plan brings advanced automation and AI to the platform, giving growing teams the tools to scale operations with confidence. Here’s what just released: Task Scheduler Plan and assign jobs in advance, or set recurring tasks like inspections and maintenance. Schedule one-time and recurring tasks and eliminate last-minute coordination headaches. Real-time visibility into upcoming and overdue tasks to boost accountability. Automated recurring schedules and keep teams in sync. AI Workflow Turn data into action with custom AI-driven automations based on normal language prompts. Route form submissions automatically. Trigger alerts, assign follow-ups, and generate reports without manual setup. Flag anomalies and escalate urgent items instantly. Label Scanner OCR Capture data from labels like model, part and serial numbers with a quick scan. Auto-fill forms in seconds, reducing manual typing errors. Speed up inventory, asset management, and compliance reporting. Improve accuracy for data that’s critical in the field. Together, these features mean less manual work, fewer mistakes, and faster response times, so your teams can focus on the job, not the paperwork. Should you subscribe to Pro? The Pro Plan includes everything in the Core Plan plus these new AI and automation features, premium integrations, and advanced reporting. It’s designed for companies with growing field operations who need to scale without adding overhead. Save time with automation – Dispatch jobs in bulk, pre-fill data, and schedule recurring work. Get more accurate data – Scan, validate, and route submissions with fewer errors. Integrate your tech stack – Connect FastField seamlessly to Quickbase, ERP, and CRM systems. Empower your teams – Give field workers the tools to move faster and stay compliant. Want to try out the new features? You can start a free, 14-day FastField trial now! Every trial includes full access to Pro Plan features, so you can test out Task Scheduler, AI Workflow, and Label Scanner OCR right away. Start your FastField Trial Here! Already a FastField user and want to upgrade to Pro? Contact your account executive! FastField is built to help you connect your Quickbase apps with your frontline teams. With the new Pro Plan, you’ll unlock automation and AI tools that streamline operations, reduce errors, and keep your projects moving. We’re so excited to see how you’ll use these new FastField features to make your field operations even stronger. Have a favorite feature already? We’d love to hear about it! Share your experience here in the Qrew Community!71Views2likes0Comments