
Sign up to save your podcasts
Or


Today on the Salesforce Admins Podcast, we talk to Avi Shah, Senior Director of Product Management for Salesforce AI. Join us as we chat about Agentforce Grid, a new way to coordinate data, automation, and AI agents.
You should subscribe for the full episode, but here are a few takeaways from our conversation with Avi Shah.
Salesforce Admins deal with data, automations, and AI every day. But how do you make everything work together in a way that makes sense? That’s why I sat down with Avi Shah to talk about Agentforce Grid, a spreadsheet-like tool for creating AI workflows.
“Agentforce Grid is, in our opinion, the fastest and easiest way to build AI workflows,” Avi says. “You have columns for your data and the actions you want to take with it.” Some columns are AI-based, enabling you to run prompts or agents you’ve built, and others are action-based, allowing you to update records or call an invokable action to send an email.
Put it all together, and you can build complex AI automations that transform your organization’s workflows.
As Avi explains, Agentforce Grid gives you a simple, spreadsheet UI to perform powerful transformations on your data. You can pull things from Data 360, uploads, or even the web into a data column.
Action columns give you a way to act. You can run prompt templates, agents you’ve already built, or inline prompts. Not everything needs to be an AI step, however, you can also perform more deterministic actions like formulas, updating records, or invoking flows.
All of this makes more sense when we talk about actual use cases. For example, you can use Agentforce Grid to assist with case categorization, working with a list of cases, a prompt column to analyze them, and another prompt column to look at those analyses and categorize them based on theme, priority, or issue.
Avi has also seen customers take advantage of Agentforce Grid for transcript and session analysis for customer-facing agents. You can use the prompt column to analyze, classify, and extract information from transcripts to make sure that everything is working the way you want it to work.
Be sure to listen to the full conversation for more from Avi on Agentforce Grid. And don’t forget to subscribe to the Salesforce Admins Podcast so you never miss an episode.
Mike:
Avi’s going to walk us through how Grid lets you move from reacting to data to actually activating it. From running prompts alongside your data to triggering actions in real time, to designing workflows where humans and AI play their role. We also get into some real use cases like case categorization and pipeline updates, but through a little bit of a different lens, not a “how I built this,” but how does this change the way my org operates?
So if you’ve been thinking about how AI fits into your day-to-day as an admin, this episode’s for you. Let’s get Avi on the podcast.
So Avi, welcome to the podcast.
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
And that’s where I’ve been now for the past couple of years, and currently the proud product owner of a new product called Agentforce Grid.
Mike:
Avi Shah:
And so long story short, we’ve got all of these different column types and we’ve seen customers kind of stitch them together in really interesting ways to create kind of these AI-powered workflows.
Mike:
Avi Shah:
Mike:
Avi Shah:
And then we also recognize that a lot of users, when they’re building out these workflows, not every step needs to be an AI step. So we’ve got a bunch of other action columns that they can use to help do kind of more deterministic things. So we’ve got a formula column, which just allows you to build formulas using Salesforce expression language. So formulas that output things like strings or bullions or numbers or dates, like all of that is supported in that column. We’ve got an update record column, which allows you to take any value from the Grid and just write it back to any of your records instead of Salesforce.
Mike:
Avi Shah:
Mike:
Avi Shah:
Similarly, if you’re trying to either pull or write to data inside of CRM or data cloud, it first does a permissions check on your user to make sure that you have access to that entity before you can actually interact with it.
Mike:
So I’ve thought of different use cases admins would have for this. What are some of the use cases that our customers are coming up with in terms of how they’re using Grid and kind of this AI action power?
Avi Shah:
In a similar but different vein, we’ve seen things around transcript and session analysis. So as a lot of our customers get up and running with either Agentforce Service Agent or some of the other customer-facing agents that we have, something that’s really top of mind for them is being able to audit and kind of QA those agent conversations. And so we’ll see them bring in those actual session transcripts from Data Cloud and then again, use things like prompts on top of them to kind of analyze, classify, extract, like, competitor mentions and do a bunch of kind of like really cool ad hoc analysis to better understand what’s going on. Other use cases are things like meeting an account prep, pipeline and data quality audits, general like CRM hygiene and enrichment. It really kind of spans the gamut.
Mike:
I think the second one, the part that has me really jazzed about it is it’s a tool where I can, for lack of a better word, kind of have like a workbench that I can work with the data, I can query, I can make sure that the stuff that I’m about to put in is actually updating a record because the biggest problem I had a long, long time ago was you go to a trade show, half your customers would be leads, and then you put them back in the system as leads, but they’re already customers. And this to me feels like I could really get a bunch of data together and manipulate it and make my data better without it having to be on a system or outside of Salesforce.
Avi Shah:
And that, I absolutely agree that admins and ops leaders are going to be kind of some of the power users here, but we’ve also started to see a little bit of traction from more of the business user who just wants an easier way to be able to use LLMs on their data.
So a really cool example is someone was responsible for generating status updates basically based off of like an entire pipeline view and they had to send those out every other week. And this was, there was 20 to 40 open opportunities inside of this pipeline view every time. And it would take them a couple of hours to actually go through and look at the latest activity, draft the status report and send it. And instead, what they did was they just built a Grid and they brought those opportunities in. They used a prompt to do the analysis. They defined that prompt once, ran it across all 40 in a single click, then used another prompt to, based off the analysis, draft a really quick status update, and then they just had it connected to the actual deal channels in Slack. And using an invocable action, they just sent out the status reports every other week. And then now all they have to do is they just go in and they refresh the Grid every other week and they’re done.
Mike:
So terminology-wise, let me get it straight, do we call them Grids that we create so you can create multiple Grids?
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
But in terms of the roadmap, I alluded to it a little bit before. So one of the things that a lot of our customers ask for is, “Hey, I’ve built a grid, it’s working great. How do I schedule this? How do I run it programmatically? How do I have this thing run every time a new lead comes in or every time a new case comes in?” And so those automations are something that is on the very top of our priority list. We will have a solve for that coming in the next couple of months, if not sooner. So automations is a big one.
Another thing is we’re really leaning into this idea of even though it’s easy and familiar to build grids today and it’s all clicks, not code, we want to make it even easier. So rather than forcing you to go in and configure a grid, we’re going to lean heavily into AI so that you can just describe what you want, whether that’s to a native grid agent or whether it’s to Claude. We’re building out a Claude code skill right now. And through the APIs, these AI assistants will actually be able to go in and build your grids for you. They’ll be able to edit them, they’ll be able to answer questions around them. And so really excited about kind of both the automations as well as the AI-first approach that we’re taking.
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi, I’d love to ask you, outside of building Grid stuff for Salesforce and some other really cool projects, I feel like you’ve got to put your hands on a lot of fun stuff at Salesforce. Is there any hobbies or any nonprofits that you like to do on the side when you’re not building Grids?
Avi Shah:
And then another one is, on the side, I’m actually a big golfer. And so a couple of great organizations, Youth on Course and First Tee in the Bay Area are awesome vehicles to kind of grow the game. And it’s been fun watching and participating in some of those events as well.
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi, appreciate you coming on the podcast. And let’s see. I’m sure people are going to be able to run into you at some of the upcoming Salesforce events and see Agentforce Grid. It’ll give us something to do over the summer in between perfecting our golf shot, right?
Avi Shah:
Mike:
Avi Shah:
Mike:
The post Agentforce Grid Enables Next-Gen Admins To Scale AI Workflows appeared first on Salesforce Admins.
By Mike Gerholdt4.7
201201 ratings
Today on the Salesforce Admins Podcast, we talk to Avi Shah, Senior Director of Product Management for Salesforce AI. Join us as we chat about Agentforce Grid, a new way to coordinate data, automation, and AI agents.
You should subscribe for the full episode, but here are a few takeaways from our conversation with Avi Shah.
Salesforce Admins deal with data, automations, and AI every day. But how do you make everything work together in a way that makes sense? That’s why I sat down with Avi Shah to talk about Agentforce Grid, a spreadsheet-like tool for creating AI workflows.
“Agentforce Grid is, in our opinion, the fastest and easiest way to build AI workflows,” Avi says. “You have columns for your data and the actions you want to take with it.” Some columns are AI-based, enabling you to run prompts or agents you’ve built, and others are action-based, allowing you to update records or call an invokable action to send an email.
Put it all together, and you can build complex AI automations that transform your organization’s workflows.
As Avi explains, Agentforce Grid gives you a simple, spreadsheet UI to perform powerful transformations on your data. You can pull things from Data 360, uploads, or even the web into a data column.
Action columns give you a way to act. You can run prompt templates, agents you’ve already built, or inline prompts. Not everything needs to be an AI step, however, you can also perform more deterministic actions like formulas, updating records, or invoking flows.
All of this makes more sense when we talk about actual use cases. For example, you can use Agentforce Grid to assist with case categorization, working with a list of cases, a prompt column to analyze them, and another prompt column to look at those analyses and categorize them based on theme, priority, or issue.
Avi has also seen customers take advantage of Agentforce Grid for transcript and session analysis for customer-facing agents. You can use the prompt column to analyze, classify, and extract information from transcripts to make sure that everything is working the way you want it to work.
Be sure to listen to the full conversation for more from Avi on Agentforce Grid. And don’t forget to subscribe to the Salesforce Admins Podcast so you never miss an episode.
Mike:
Avi’s going to walk us through how Grid lets you move from reacting to data to actually activating it. From running prompts alongside your data to triggering actions in real time, to designing workflows where humans and AI play their role. We also get into some real use cases like case categorization and pipeline updates, but through a little bit of a different lens, not a “how I built this,” but how does this change the way my org operates?
So if you’ve been thinking about how AI fits into your day-to-day as an admin, this episode’s for you. Let’s get Avi on the podcast.
So Avi, welcome to the podcast.
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
And that’s where I’ve been now for the past couple of years, and currently the proud product owner of a new product called Agentforce Grid.
Mike:
Avi Shah:
And so long story short, we’ve got all of these different column types and we’ve seen customers kind of stitch them together in really interesting ways to create kind of these AI-powered workflows.
Mike:
Avi Shah:
Mike:
Avi Shah:
And then we also recognize that a lot of users, when they’re building out these workflows, not every step needs to be an AI step. So we’ve got a bunch of other action columns that they can use to help do kind of more deterministic things. So we’ve got a formula column, which just allows you to build formulas using Salesforce expression language. So formulas that output things like strings or bullions or numbers or dates, like all of that is supported in that column. We’ve got an update record column, which allows you to take any value from the Grid and just write it back to any of your records instead of Salesforce.
Mike:
Avi Shah:
Mike:
Avi Shah:
Similarly, if you’re trying to either pull or write to data inside of CRM or data cloud, it first does a permissions check on your user to make sure that you have access to that entity before you can actually interact with it.
Mike:
So I’ve thought of different use cases admins would have for this. What are some of the use cases that our customers are coming up with in terms of how they’re using Grid and kind of this AI action power?
Avi Shah:
In a similar but different vein, we’ve seen things around transcript and session analysis. So as a lot of our customers get up and running with either Agentforce Service Agent or some of the other customer-facing agents that we have, something that’s really top of mind for them is being able to audit and kind of QA those agent conversations. And so we’ll see them bring in those actual session transcripts from Data Cloud and then again, use things like prompts on top of them to kind of analyze, classify, extract, like, competitor mentions and do a bunch of kind of like really cool ad hoc analysis to better understand what’s going on. Other use cases are things like meeting an account prep, pipeline and data quality audits, general like CRM hygiene and enrichment. It really kind of spans the gamut.
Mike:
I think the second one, the part that has me really jazzed about it is it’s a tool where I can, for lack of a better word, kind of have like a workbench that I can work with the data, I can query, I can make sure that the stuff that I’m about to put in is actually updating a record because the biggest problem I had a long, long time ago was you go to a trade show, half your customers would be leads, and then you put them back in the system as leads, but they’re already customers. And this to me feels like I could really get a bunch of data together and manipulate it and make my data better without it having to be on a system or outside of Salesforce.
Avi Shah:
And that, I absolutely agree that admins and ops leaders are going to be kind of some of the power users here, but we’ve also started to see a little bit of traction from more of the business user who just wants an easier way to be able to use LLMs on their data.
So a really cool example is someone was responsible for generating status updates basically based off of like an entire pipeline view and they had to send those out every other week. And this was, there was 20 to 40 open opportunities inside of this pipeline view every time. And it would take them a couple of hours to actually go through and look at the latest activity, draft the status report and send it. And instead, what they did was they just built a Grid and they brought those opportunities in. They used a prompt to do the analysis. They defined that prompt once, ran it across all 40 in a single click, then used another prompt to, based off the analysis, draft a really quick status update, and then they just had it connected to the actual deal channels in Slack. And using an invocable action, they just sent out the status reports every other week. And then now all they have to do is they just go in and they refresh the Grid every other week and they’re done.
Mike:
So terminology-wise, let me get it straight, do we call them Grids that we create so you can create multiple Grids?
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi Shah:
But in terms of the roadmap, I alluded to it a little bit before. So one of the things that a lot of our customers ask for is, “Hey, I’ve built a grid, it’s working great. How do I schedule this? How do I run it programmatically? How do I have this thing run every time a new lead comes in or every time a new case comes in?” And so those automations are something that is on the very top of our priority list. We will have a solve for that coming in the next couple of months, if not sooner. So automations is a big one.
Another thing is we’re really leaning into this idea of even though it’s easy and familiar to build grids today and it’s all clicks, not code, we want to make it even easier. So rather than forcing you to go in and configure a grid, we’re going to lean heavily into AI so that you can just describe what you want, whether that’s to a native grid agent or whether it’s to Claude. We’re building out a Claude code skill right now. And through the APIs, these AI assistants will actually be able to go in and build your grids for you. They’ll be able to edit them, they’ll be able to answer questions around them. And so really excited about kind of both the automations as well as the AI-first approach that we’re taking.
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi, I’d love to ask you, outside of building Grid stuff for Salesforce and some other really cool projects, I feel like you’ve got to put your hands on a lot of fun stuff at Salesforce. Is there any hobbies or any nonprofits that you like to do on the side when you’re not building Grids?
Avi Shah:
And then another one is, on the side, I’m actually a big golfer. And so a couple of great organizations, Youth on Course and First Tee in the Bay Area are awesome vehicles to kind of grow the game. And it’s been fun watching and participating in some of those events as well.
Mike:
Avi Shah:
Mike:
Avi Shah:
Mike:
Avi, appreciate you coming on the podcast. And let’s see. I’m sure people are going to be able to run into you at some of the upcoming Salesforce events and see Agentforce Grid. It’ll give us something to do over the summer in between perfecting our golf shot, right?
Avi Shah:
Mike:
Avi Shah:
Mike:
The post Agentforce Grid Enables Next-Gen Admins To Scale AI Workflows appeared first on Salesforce Admins.

16,174 Listeners

3,565 Listeners

3,228 Listeners

4,420 Listeners

1,649 Listeners

154 Listeners

5,156 Listeners

3,992 Listeners

3,081 Listeners

10 Listeners

10,254 Listeners

2,230 Listeners

688 Listeners

123 Listeners

0 Listeners