Power Apps vs Retool: Microsoft's Stack or the Developer's Internal Tool Builder?
Turn this article into takeaways for your work.
Each assistant summarizes the article only for you and suggests best practices for your work.
Updated August 2026
If you're an IT director, engineering manager, or ops lead trying to settle on a builder for internal apps and dashboards, Power Apps and Retool keep landing on the same shortlist for reasons that have almost nothing to do with each other. Power Apps shows up because your organization already pays Microsoft for something, and someone reasonably asked why you'd buy a separate platform when Power Apps ships inside a license you may already hold. Retool shows up because an engineer on your team has used it before, or heard it's the fastest way to wrap a database in a usable interface without hand-rolling one from scratch. Both answers are legitimate, but they're answers to two different questions, and which tool wins depends entirely on which one you're actually asking.
Start with how each one bills, because it decides more of this comparison than any feature row will. Power Apps charges a flat per-user license, $20 a month on Premium, paid yearly, per Microsoft's own pricing page, and that rate doesn't care whether the person logging in built the app or just opens it to check a number. Retool charges by what each person actually does: a builder costs $50 a month on the Business plan (annual billing), an internal user who only opens finished apps costs $15, and the first 50 external users are free before the rate steps down from there. Put 100 people on the same internal tool and those two pricing shapes pull in opposite directions, and which direction wins depends entirely on how many of those 100 build versus merely use. The second axis that decides this comparison is what you already run: Power Apps assumes a Microsoft 365 estate and Dataverse as the system of record, and pays off hardest when you already hold that license. Retool assumes engineers willing to write SQL and JavaScript against your existing Postgres, your existing API, whatever you already run, and it pays off hardest when you don't want a new data platform at all. Most people shortlisting both haven't worked out yet which of those two problems they actually have. That's the decision this article is built to make.
TL;DR
| Power Apps | Retool | |
|---|---|---|
| Built for | Line-of-business apps built on a Microsoft 365 and Dataverse estate, governed centrally by IT | Internal tools built by engineers against your existing databases, APIs, and cloud services |
| Pricing model | Flat per-user license. The rate is the same whether that person builds or only opens the app | Priced by role. Builders cost far more than internal users, who cost more than external users |
| Entry price | $20/user/month, Premium plan, paid yearly, per Microsoft's own pricing page | $50/month per builder, $15/month per internal user, Business plan, billed annually, per Retool's own pricing page |
| Free or dev tier | Developer Plan: free, unlimited apps, but build and test only, not production | Free plan: up to 5 users and 500 workflow runs a month, usable in production at that scale |
| What actually moves the bill | Total named users, regardless of role | The ratio of builders to internal users on the team |
| Native data platform | Dataverse, with premium connectors and paid add-on storage for anything beyond it | Your existing SQL database, REST API, or cloud service. No new data platform required |
| Strongest fit | Orgs already paying for Microsoft 365, needing IT-governed apps inside that estate | Engineering teams who'd rather query real data directly than adopt a new platform |
| Weakest fit | Small teams with no Microsoft 365 footprint and no Dataverse need | Teams with many builders and few pure viewers, or no engineers willing to write SQL |
What Each Tool Is Actually Built For
Power Apps starts from the assumption that IT already governs a Microsoft tenant, and that the fastest path to a working app is to build inside that tenant's existing identity, data, and automation layer. Canvas apps give you a freeform, drag-and-drop surface with Power Fx, an Excel-style formula language, for logic; model-driven apps generate a full CRUD interface directly off a Dataverse schema, with business rules, relationships, and security roles built in. Either way, the app inherits your organization's Entra ID sign-in, and Power Automate is one click away for a workflow or approval chain. That's the pitch: an app that shows up already governed and already integrated with Outlook, Teams, and SharePoint, without a separate identity system to stand up.
Retool starts from the opposite assumption: that your systems of record already exist somewhere else, Postgres, MySQL, a REST API, Stripe, Salesforce, whatever it is, and the fastest path to a usable internal tool is to connect to that data directly and let an engineer write real queries and real JavaScript against it. There's no new database to adopt and no schema to migrate first. A builder drags in a table, writes a SQL query or a JS transformer against the response, wires it to a button, and ships. That directness is the whole pitch, and it's why a reader chasing the wider Retool alternatives market usually already has an engineer in mind to do the building, not a business analyst.
| Power Apps | Retool | |
|---|---|---|
| Org fit | Any size already running Microsoft 365 or Dynamics, IT-governed builds | 10 to 1,000+ people, engineering-led internal tools org |
| Buying trigger | Need a governed line-of-business app inside an existing Microsoft tenant | Need to expose real data to non-technical staff fast, without new infrastructure |
| Data model | Dataverse tables, or connectors to SharePoint, SQL Server, Excel, and 1,000+ other sources | Direct connections to your existing databases, APIs, and cloud services |
| Logic and scripting | Power Fx, an Excel-style formula language, plus Power Automate for workflow | Real SQL and JavaScript, written by the builder, not abstracted away |
| Deployment surface | Canvas apps (freeform), model-driven apps (schema-driven), embeddable in Teams | Web app, accessible by URL, embeddable via iframe |
| Who typically builds | Citizen developers and IT-trained power users | Software engineers and technically fluent ops or data staff |
Key Facts
- Gartner projects the low-code development technology market, the category both tools compete in, to grow 19% over four years and reach $44.5 billion by 2026, per Gartner as reported by InfoWorld.
- By 2026, developers outside formal IT departments will account for at least 80% of the low-code user base, up from 60% in 2021, per Gartner as reported by InfoWorld, the exact citizen-developer audience Power Apps is built to license and Retool is built to route around.
- In a Forrester Total Economic Impact study commissioned by Microsoft, a composite organization modeled on real Power Apps Premium customers, 200 professional developers and 1,800 citizen developers, saw a 206% return on investment over three years with payback in under six months, per Forrester's Power Apps TEI study.
- In Retool's 2023 State of Internal Tools survey of 2,276 developers and technical leaders, 86% said their organization spent as much or more time building and maintaining internal tools than it had the year before, per Retool's State of Internal Tools 2023 report, a workload that exists regardless of which builder ends up carrying it.
- IT teams spend 39% of their time building custom integrations, and 80% name data silos as their single biggest barrier to automation and AI goals, per the 2025 MuleSoft Connectivity Benchmark Report, which surveyed 1,050 IT leaders, the exact tax that Power Apps' native Microsoft 365 connectors and Retool's direct database access are each built to remove, from opposite directions.
Decision by Business Goal
| Your goal | Pick this | Why |
|---|---|---|
| "I want one license model that doesn't change based on who's building vs just viewing" | Retool, if builders stay a small share of headcount | Internal users cost $15/month flat; only builder seats cost more, and most orgs have far more viewers than builders |
| "I want the app to inherit our existing Microsoft sign-in, permissions, and Teams presence automatically" | Power Apps | Native Entra ID integration and Teams embedding, no separate identity system to stand up |
| "I want engineers writing real SQL and JavaScript, not a formula language" | Retool | Builders write actual queries and JS transformers; nothing is abstracted into a proprietary formula syntax |
| "I want a citizen developer on a business team building this without touching code" | Power Apps | Power Fx and the canvas app builder are designed for non-engineers; Retool assumes SQL and JS fluency |
| "I want to avoid standing up a new data platform" | Retool | Connects directly to your existing database or API; Dataverse is a new system of record to adopt |
| "I want the lowest bill at high headcount with very few builders" | Retool | At low builder ratios, Retool's $15 internal-user rate undercuts Power Apps' flat $20 per head |
| "I want the lowest bill at high headcount with many builders" | Power Apps | Every Power Apps seat is $20 regardless of role; Retool's $50 builder rate adds up fast past a certain ratio |
Team and Role Fit
| Role | Power Apps | Retool |
|---|---|---|
| Business analyst / citizen developer | Comfortable. Power Fx reads like Excel formulas, no code required | A real ceiling. Builders are expected to write SQL and JavaScript |
| Software engineer | Workable, but often feels constrained by Power Fx and the canvas model | Native fit. Full SQL, JS, and API access with no abstraction layer |
| End user who only opens the app | Costs a full $20/month license regardless of usage | Costs $15/month as an internal user, or free as one of the first 50 external users |
| IT or Power Platform admin | Manages licensing, DLP policies, and environments centrally across the Microsoft tenant | Manages workspace access, resource connections, and, on paid plans, SSO centrally |
| External partner or customer | Requires a full paid license; no published free external tier | First 50 external users free on Business, then $8 to $4/month by volume |
Core Capability and Builder Model
Both tools let a builder assemble a working interface without writing a full application from scratch, and neither requires deep software engineering experience just to open the door. What separates them is what the builder is expected to already know by the time they're productive.
| Capability | Power Apps | Retool |
|---|---|---|
| Logic language | Power Fx, an Excel-style formula language | Real SQL for queries, real JavaScript for transforms and logic |
| Data connectivity | Dataverse natively; 1,000+ connectors to other sources, many requiring Premium | Direct connections to Postgres, MySQL, REST and GraphQL APIs, and major SaaS tools |
| Workflow and automation | Power Automate, tightly integrated, extra licensing for premium actions | Built-in workflows (scheduled jobs, triggers) included in the platform |
| Mobile output | Native canvas apps run on iOS and Android via the Power Apps mobile player | Responsive web app; no native mobile app generation |
| AI features | Copilot Studio and AI Builder integration, licensed separately in most cases | AI-assisted app generation and query writing built into the editor |
| Governance and DLP | Data Loss Prevention policies enforced tenant-wide from the Power Platform admin center | Workspace-level permissions and audit logs; SSO on paid plans |
| Self-hosting | Not applicable; Power Apps is Microsoft-cloud only | Available on Team and Business, same pricing, capped at 100 users; uncapped on Enterprise |
Neither tool is the right shortlist if the actual need is a flat-priced, no-SQL builder for a standalone portal with outside logins. Our Knack vs Zoho Creator comparison covers that simpler, cheaper category instead. And if the build is genuinely mobile-first, for field or frontline staff rather than office users, our Glide alternatives guide covers that table-first approach.
Pricing at Real Team Sizes
"Per user" sounds like one number until you ask which kind of user, and Retool has three of them while Power Apps has one.
Power Apps' published tiers, per Microsoft's Power Apps pricing page, verified August 2026:
| Plan | Price | Notes |
|---|---|---|
| Developer Plan | Free | Build and test unlimited apps in non-production environments, 750 flows/month included. Not licensed for production use |
| Premium | $20.00/user/month, paid yearly | Unlimited apps and Pages, premium connectors, agentic features |
| Premium, 2,000-seat minimum | $12.00/user/month, paid yearly | Same entitlements as Premium, volume pricing at enterprise scale |
| Dataverse Database Capacity add-on | $40.00/GB/month, paid yearly | Extra storage beyond each plan's included capacity |
The old per-app plan, a cheaper, single-app license, has been retired. $20 a month is the entry point for any production use today.
Retool's published tiers, per Retool's pricing page, verified August 2026:
| Plan | Builder | Internal user | External user |
|---|---|---|---|
| Free | $0 | Included, up to 5 total users, 500 workflow runs/month | Included, same cap |
| Team | $10/month, annual ($12 monthly) | $5/month, annual ($7 monthly) | Not available |
| Business | $50/month, annual ($65 monthly) | $15/month, annual ($18 monthly) | First 50 free; 51 to 250 at $8/month annual ($10 monthly); 251 to 500 at $6/month annual ($7 monthly); 500+ at $4/month annual ($5 monthly) |
| Enterprise | Custom quote | Custom quote | Custom quote |
Self-hosted mirrors the same per-seat rates, with Team and Business capped at 100 users; Enterprise removes the cap.
What 10, 25, and 100 users actually cost
Run the arithmetic and "per user" stops being a footnote. Power Apps charges every named user $20 a month regardless of role, so its bill is just headcount times $20. Retool's bill depends on how many people are builders ($50 a month, Business plan, annual) versus internal users ($15). The same headcount can land on very different Retool bills depending on that ratio, so the table below prices both tools at two honest team shapes: a lean-builder org, roughly 1 in 10 builders, and a citizen-developer org, roughly half the team building its own tools.
| Team size | Power Apps (flat, all users) | Retool, lean-builder mix | Retool, citizen-developer mix |
|---|---|---|---|
| 10 users | $200/month ($2,400/year) | 1 builder + 9 internal users: $185/month ($2,220/year) | 5 builders + 5 internal users: $325/month ($3,900/year) |
| 25 users | $500/month ($6,000/year) | 3 builders + 22 internal users: $480/month ($5,760/year) | 13 builders + 12 internal users: $830/month ($9,960/year) |
| 100 users | $2,000/month ($24,000/year) | 10 builders + 90 internal users: $1,850/month ($22,200/year) | 50 builders + 50 internal users: $3,250/month ($39,000/year) |
The crossover point is a fixed ratio, not a coincidence of these particular numbers. At Business-plan annual rates, Retool's monthly bill works out to 15n plus 35b, where n is total users and b is builders. Power Apps' bill is a flat 20n. Retool stays cheaper for as long as builders make up less than roughly 1 in 7 of the team, about 14%. Cross that line and every additional builder tips the balance toward Power Apps' flat rate. Neither figure accounts for external users: if a meaningful share of your "users" are customers or partners rather than employees, Retool's first 50 external seats are free on Business, a discount Power Apps has no published equivalent for.
The Microsoft Estate Question
None of the math above matters until you answer one question: does your organization already pay for Microsoft 365, Dynamics 365, or a Power Platform license today? If yes, a meaningful share of Power Apps' value is already sunk into a bill you're paying regardless. Premium seats can be assigned to the same Entra ID accounts your staff already use for Outlook and Teams, apps can embed directly inside a Teams tab, and Power Automate flows can trigger off events already happening in SharePoint, Outlook, or Dynamics without a separate integration project. That's real, measurable value for an IT-governed org, the case Forrester's Microsoft-commissioned TEI study is built around: a composite organization with 200 professional developers and 1,800 citizen developers, all inside the Microsoft ecosystem, reporting 206% ROI over three years.
If the answer is no, none of that payoff exists, and Power Apps is just an app builder with a $20-a-month license and a formula language to learn, competing on its own merits against Retool. Retool doesn't ask this question at all: it connects to whatever you already run, Microsoft estate or not, which is exactly why an engineering-led team with no Microsoft footprint tends to reach for it first.
| Already running... | Power Apps' native access | Retool's equivalent |
|---|---|---|
| Microsoft 365 / Entra ID | Single sign-on inherited automatically, no separate identity system | Standard SSO available on paid plans, configured independently of Microsoft |
| Teams | Apps embeddable directly as a Teams tab | No native Teams embedding; accessible by URL or iframe |
| Dynamics 365 | Native, since Dynamics is itself built on Dataverse | Connects like any other data source, via API or database connection |
| SharePoint, Outlook, Excel | First-class connectors, no Premium tier required for basic use | Not natively relevant; Retool targets structured data sources, not Office documents |
| None of the above | No offsetting value; full $20/month per user for an app builder alone | No disadvantage. Retool was never going to integrate with Microsoft's suite natively either |
Data, Extensibility, and the Escape Hatch
Every builder eventually asks what happens when the app outgrows the tool, and the honest answer differs sharply between these two.
Power Apps' native data platform is Dataverse: a structured, relational store with built-in security roles, business rules, and auditing, billed separately once you exceed included capacity (Microsoft's own add-on rate is $40 per GB per month, paid yearly). Canvas apps can connect to non-Dataverse sources too, SQL Server, SharePoint lists, Excel files, and hundreds of other connectors, but the deepest capabilities, relationships, business rules, row-level security, are Dataverse-specific, and reaching most connectors at all requires a Premium license anyway. A serious Power Apps build tends to migrate toward Dataverse over time, and once your data model and security roles live there, moving off Power Apps means exporting a relational database and reimplementing the app's logic in Power Fx elsewhere, not in a general-purpose language.
Retool's answer runs close to the opposite. Builders write real SQL against your actual database and real JavaScript for transforms, both portable skills and, in the case of the SQL itself, largely portable code. There's no new system of record to adopt: the app is a client to whatever database or API you already run, and that data was never inside Retool's platform. The escape hatch runs the other direction too. Retool's self-hosted option mirrors the cloud pricing exactly, Team and Business capped at 100 users, uncapped on Enterprise, so an org that wants to keep Retool's UI but run it on its own infrastructure can, without a full platform switch.
| Power Apps | Retool | |
|---|---|---|
| Native data platform | Dataverse (relational, with built-in security roles and business rules) | Your existing database or API. No new platform to adopt |
| Storage beyond included capacity | $40.00/GB/month, paid yearly, per Microsoft's own pricing page | Not applicable; Retool doesn't host your data |
| Logic portability | Power Fx, proprietary to the Power Platform | Real SQL and JavaScript, portable skills and largely portable code |
| Self-hosting | Not available; Power Apps is Microsoft-cloud only | Available on Team and Business at the same price, capped at 100 users; uncapped on Enterprise |
| Migration path off the platform | Export Dataverse records; rebuild app logic and security roles in Power Fx elsewhere | Export the underlying database as-is; rebuild the UI and JS logic elsewhere, the data never moved |
| Vendor lock-in shape | Tied to the Power Platform roadmap and Dataverse licensing | Tied to Retool's UI layer only; the data and its schema stay yours throughout |
If deep customization at genuine enterprise scale, beyond either tool, is the actual requirement, our OutSystems alternatives guide covers that heavier, largely quote-only tier of the market. And if budget doesn't stretch to Retool's Business tier but the engineer-first, real-query approach is still the right shape, our Appsmith alternatives guide covers cheaper, open-source-friendly options built the same way.
Implementation and Change Management
| Power Apps | Retool | |
|---|---|---|
| Time to first working app | Hours for a simple canvas app; longer once Dataverse modeling and security roles are involved | Hours once a builder is comfortable with SQL; longer if the team needs to learn Retool's JS conventions first |
| Learning curve | Power Fx for citizen developers; Dataverse modeling and DLP policy for admins | SQL and JavaScript fluency assumed from day one; not a tool for non-technical builders |
| Who can build it | A business analyst or citizen developer, comfortably, for most canvas apps | A software engineer or a technically fluent ops or data person |
| Admin and governance setup | Power Platform admin center: environments, DLP policies, and capacity, all centralized | Workspace permissions, resource connections, and SSO, set up per workspace |
| Ongoing maintenance load | Falls on whoever owns the Power Platform environment, often central IT | Falls on the engineers who built it, the same as any other internal codebase |
Risk and Governance
| Power Apps | Retool | |
|---|---|---|
| Data residency | Follows your existing Microsoft 365 tenant's region and compliance posture | Cloud-hosted by default; self-hosted option available for orgs with residency requirements |
| Compliance certifications | Inherits Microsoft's enterprise compliance stack, though specifics depend on your tenant's existing agreements | Retool publishes its own compliance posture; confirm current certifications before relying on it for regulated data |
| Vendor lock-in | Tied to the Power Platform and Dataverse licensing roadmap, difficult to unwind once adopted broadly | Tied to Retool's UI layer only; underlying data and schema remain fully portable |
| Governance for citizen developers | DLP policies and environment strategy enforced centrally, built for exactly this risk | Workspace-level permissions; the deeper risk is a non-engineer builder who doesn't fully understand the SQL they're running |
| Pricing predictability | Fully published, fixed per-user rate; the only variable is headcount | Fully published, but the bill moves with role mix, so a shift toward more builders raises cost without a headcount change |
When Power Apps Is the Right Call
- You already pay for Microsoft 365, Dynamics 365, or a Power Platform license, and want to put that spend to work rather than add a new vendor
- Your builders are business analysts or citizen developers, not engineers, and Power Fx's Excel-like syntax is a reasonable ask
- You need centralized DLP governance across dozens or hundreds of citizen-developer apps, not just one
- The app needs to live inside Teams, or inherit your organization's existing Entra ID sign-in without extra setup
- Your headcount includes a lot of pure viewers relative to builders, but you still want one governed license model instead of Retool's role-based bill
When Retool Is the Right Call
- You have engineers on staff who'd rather write real SQL and JavaScript than learn a new formula language
- Your data already lives in a database or API you control, and you don't want to adopt Dataverse, or any new system of record, just to build an interface on top of it
- Your organization has little or no Microsoft 365 footprint, so Power Apps' ecosystem payoff doesn't apply
- Your builder-to-viewer ratio stays low, roughly one builder for every seven people or fewer, where Retool's per-role pricing undercuts Power Apps' flat rate
- You want a self-hosting option that mirrors cloud pricing exactly, for data residency or infrastructure reasons
Decision Framework
| If you are... | Pick |
|---|---|
| Already paying for Microsoft 365 or Dynamics 365 | Power Apps |
| Building against your own database or API with engineers on staff | Retool |
| Staffed mostly by citizen developers, not engineers | Power Apps |
| Keeping builders under roughly 1 in 7 of total headcount | Retool |
| Running a mostly builder-heavy, citizen-developer-style rollout | Power Apps |
| Needing centralized DLP governance across many small citizen-developer apps | Power Apps |
| Needing the data and logic to stay fully portable if you switch tools later | Retool |
| Comparing the wider category, not just these two | See our full no-code app builder roundup |
What to Do Next
- Check whether you already pay for Microsoft 365, Dynamics 365, or a Power Platform license. If you do, price Power Apps against that existing spend before treating it as a new purchase.
- Count your real builder-to-viewer ratio, not just your total headcount. Retool's bill moves with that ratio; Power Apps' doesn't. Use the roughly 1-in-7 breakeven above as your first gut check.
- Get a real quote for Retool Enterprise or Power Apps' 2,000-seat pricing if you're near either threshold. Both platforms publish list price only up to a point.
- Rebuild your single most complex screen in both tools before committing. The screen with the deepest conditional logic or the most external data sources is where a real build would actually stall, so test that one first, not the easy screen.
- Still not sure either is the right shape? Our best no-code app builders roundup widens the search across the market, our Retool alternatives and Power Apps alternatives guides go deeper on each tool's direct competitors, and our Retool vs Bubble comparison is the other head-to-head worth reading if Retool's fit is clear but you're still weighing what it should pair against.
Frequently Asked Questions about Power Apps vs Retool
Is Power Apps or Retool cheaper?
It depends on your builder-to-viewer ratio. Power Apps charges a flat $20 a month per user, paid yearly, no matter what role they play. Retool charges $50 a month per builder and $15 a month per internal user on its Business plan, annual billing. Run the math and Retool stays cheaper as long as builders make up roughly less than 1 in 7 of your total headcount; cross that line and Power Apps' flat rate wins instead.
Does Power Apps have a free plan?
Power Apps offers a free Developer Plan, but it's for building and testing only, unlimited apps in a non-production environment with 750 flows a month included. It isn't licensed for production use. Any app your team actually depends on needs a paid Premium license at $20 a month per user.
Is Retool's free tier usable for a real internal tool, or just a trial?
It can run in production at a small scale. Retool's Free plan supports up to 5 users and 500 workflow runs a month with no time limit, unlike Power Apps' build-and-test-only Developer Plan. It won't cover a team of any real size, but it's a genuine production option for a very small team, not just a trial.
Do I need a Microsoft 365 subscription to use Power Apps?
No, Power Apps can be licensed on its own. But most of its practical advantage, Entra ID sign-in inherited automatically, Teams embedding, native SharePoint and Outlook connectors, only shows up if you already run Microsoft 365 or Dynamics 365. Without that estate, Power Apps is just an app builder with a $20-a-month license and a new formula language to learn.
Can Retool connect to our existing database without migrating anything?
Yes. That's the core of Retool's pitch. Builders connect directly to your existing Postgres, MySQL, or other database, or to a REST or GraphQL API, and query it with real SQL or JavaScript. No data moves into Retool's own platform, and no new system of record is required, unlike Power Apps, which is built around Dataverse as its native store.
What's the real difference between a Power Apps builder and a Retool builder?
Power Apps is built for citizen developers. Power Fx reads like Excel formulas, and most business analysts can get productive without writing code. Retool assumes real engineering skill: builders write actual SQL for queries and actual JavaScript for logic and transforms. Neither is exactly a beginner tool, but Power Apps' floor is much lower for a non-technical builder.
Which tool avoids vendor lock-in better?
Retool, by a clear margin. Your data stays in whatever database or API you already run; Retool only sits on top of it as a UI layer, and self-hosting is available at the same price as cloud. Power Apps ties your data model, security roles, and business logic to Dataverse and the Power Platform, so migrating off it later means exporting a relational database and rebuilding the app's logic in a different language entirely.

Principal Product Marketing Strategist
On this page
- TL;DR
- What Each Tool Is Actually Built For
- Key Facts
- Decision by Business Goal
- Team and Role Fit
- Core Capability and Builder Model
- Pricing at Real Team Sizes
- What 10, 25, and 100 users actually cost
- The Microsoft Estate Question
- Data, Extensibility, and the Escape Hatch
- Implementation and Change Management
- Risk and Governance
- When Power Apps Is the Right Call
- When Retool Is the Right Call
- Decision Framework
- What to Do Next