HTTP Callout in Salesforce Flow Without Code [GET & POST]
HTTP Callout (Beta) and GET, where you can do the HTTP Callout in Salesforce flow without code. Lets check it out.
HTTP Callout (Beta) and GET, where you can do the HTTP Callout in Salesforce flow without code. Lets check it out.
Learn how to send a custom bell notifications using Salesforce Flow. This guide includes step-by-step instructions on how to create a custom notification, create a flow, and send the notification. In today’s fast-paced business … Read more
Updating related records is a common task in Salesforce, and it can be accomplished in many different ways. One way to achieve this is by using a flow, which is a powerful tool that … Read more
If you’re a Salesforce user, you’re probably familiar with queues – a way to organize records and assign them to specific groups or teams. However, manually assigning records to a queue can be time-consuming … Read more
In winter ’23 salesforce release introduced “Data Table” in salesforce flows. With the help of salesforce flow you can display the table of records. By using the data table in flow you can perform … Read more
Hello Everyone, In this post let’s understand and create a flow to retrieve record Type id’s using flow rather than directly hardcoding record Type id’s. If you are not followed our previous blog post … Read more
Hello everyone in this post let’s understand how to redirect a user to the record detail page using flow using Local Action. If you are not followed our previous blog please read here, How … Read more
Hello Everyone in this post let’s understand how to send email using flow in salesforce using email alert, using send email core action, Also the summer 23 updates related to email. If you are … Read more
Hello everyone, today let’s create a component that displays an icon and text color for records based on some condition in aura using lightning datatable. If you are not followed our beginner lightning development … Read more