Low-Code

  • Admin
    Illustration of a Salesforce admin at a laptop running a query, with code on screen next to a results table

    SOQL Basics for Salesforce Admins

    If you have spent any amount of time in the Salesforce ecosystem as an admin, you know this exact routine: A stakeholder asks for a dataset. You build a custom report type, drag and drop fields, apply filters, and hit Export. Then, because Salesforce reports cannot easily pull data across non-related branches or cross-reference two unconnected objects, you open Excel…

    Read More »
  • Career Guidance
    Illustration of a person studying Salesforce certification materials outdoors by a lake

    Which Salesforce Certifications Do I Get Next?

    “I got tens of Salesforce certifications within a month.” A few years ago, that kind of LinkedIn post wasn’t unusual. Candidates building these skills on the Salesforce platform raced to add multiple certifications as soon as they could get them. In the peak Salesforce job market, everybody who had one or two certifications were hired regardless of the depth of…

    Read More »
  • Flow
    Illustration of a young man in a blue t-shirt looking thoughtful with his hand on his chin and question marks beside him. To his left is a desktop monitor displaying floating code editor windows, connected by abstract glowing data lines and binary code.

    Is Hardcoding Ids a Good Idea in Salesforce Flows?

    Every Salesforce admin and developer has been tempted by the quick fix. You are building a Flow, and you need it to route an automated email to a specific queue, assign a task to a generic system user, or refer to a specific Record Type. You open the record in your browser, copy the 15- or 18-character string from the…

    Read More »
  • Artificial Intelligence
    Illustrated image of a woman in a business casual outfit gesturing toward an AI agent robot, with a Salesforce Lightning Sales Dashboard displayed on a large screen behind them.

    Headless 360: Build an Agentforce Agent Using Natural Language

    If you've been following Salesforce announcements lately, you've heard the phrase "Headless 360" more than a few times. It was all over TDX and now, it's showing up in Trailhead. And it keeps popping up in conversations about where Salesforce is heading in the age of AI. So what is it, really? And more importantly, what does it actually change…

    Read More »
  • Flow
    Cartoon-style illustration of a Flow builder working on a laptop at a desk in a cozy home office, representing debugging and building Salesforce automation.

    Salesforce Spring ’26 Brings Major Debug Improvements to Flow Builder

    If you’ve been building flows for any length of time, you already know this: a lot of the real work and time goes into debugging. It’s re-running the same automation over and over. Swapping out record IDs. Resetting input values. Clicking Debug, making a small change, saving, and sometimes starting the whole setup again. That loop is where Flow builders…

    Read More »
  • Flow
    How to Measure Flow Performance And Why You Should Care

    How to Measure Flow Performance And Why You Should Care

    In the Salesforce ecosystem, best practice "myths" tend to circulate widely, often shared and reused without critical evaluation or validation. Many users rely on outdated advice from external sources without realizing how much the platform has evolved. With three major Salesforce releases every year, the technology moves fast, and what was considered a best practice last year might be obsolete…

    Read More »
  • Flow
    Should You Leave Unused Input and Output Flow Variables?

    Should You Leave Unused Input and Output Flow Variables?

    Input variables are especially useful for building modular, reusable flows, because you can design them to handle different scenarios based on the values provided at runtime. For example, a record ID provided as an input variable can help the flow retrieve and update that specific record without needing user input. By leveraging input variables, you can keep flows flexible, reduce…

    Read More »
  • Career Guidance
    How to Earn the Salesforce Data Cloud Consultant Certification

    How to Earn the Salesforce Data Cloud Consultant Certification

    If you're ready to showcase your expertise in Salesforce Data Cloud, earning the Data Cloud Consultant Certification is a smart step forward. Whether you're a seasoned architect, developer, or strategist, this certification validates your ability to design and implement data solutions using Salesforce’s most advanced data platform. Let’s walk through everything you need to know to earn this credential: what…

    Read More »
  • Artificial Intelligence
    Agentforce Pricing: Confusing or Just Misunderstood?

    Agentforce Pricing: Confusing or Just Misunderstood?

    Salesforce’s Agentforce has made waves as a new AI offering that integrates generative AI into the heart of Sales, Service, and Industry workflows. But if there’s one thing that’s become crystal clear to the admin and dev community, it’s this: the pricing model is... a lot. I recently asked the r/salesforce Reddit community for candid feedback about the pricing structure…

    Read More »
  • Flow
    Should You Insert Formula Resources In Criteria Conditions?

    Formula Resources in Criteria Conditions—Yes or No?

    Salesforce Flow is a powerhouse for automation. And when it comes to building smart, dynamic Flows, Formula Resources play a critical role: They compute values for create, update and action elements, and calculate parameters to compare to in criteria conditions. But how exactly do they work? And where should you use them? In this post, we’ll break down their use…

    Read More »
Back to top button