Flow Azure service: Restricting app to certain users within a user group
This is part of Tutorial: Creating restrictions with the Flow Azure service.
Here is how we are building the flow:
...
Flow Azure service: Restricting apps to certain users
This is part of Tutorial: Creating restrictions with Flow Azure service.
Here is how we are building the flow:
...
Building a ridiculously complex page (rather easily)
Today we are going to be building a ridiculously complex page, as part of a smart farm IoT app we are working on. The page...
Embedding a flow in SharePoint
SharePoint is a collaboration platform from the Microsoft stable. Boomi Flow works seamlessly with the platform -- Flow apps can be run from within SharePoint...
Custom component: Linking telephone numbers for click to call
Boomi Flow comes with a ton of pre-built components that we can use straight out of the box. For example, combo box, user inputs,...
Tutorial: Searchable agenda app
Here is a quick tutorial that shows us how to create and update a list of agenda items, without the need for an external...
Tutorial: Adding and subtracting numbers
What is the answer to life, the universe, and everything? Well, 42 of course. In the comedy science fiction series 'Hitchhikers guide to the...
Tutorial: Quickest email approval app in the world
Hello. I've waited for you. Everlong.
If you want to book a rock band for the next company event, what is the fastest way to...
Creating a public team site in SharePoint
One way to work with (or play around) with a Flow and SharePoint integration, is to create a public team site; and configure the...
Tutorial: Using loops to filter list data
Knowing how to filter values in a list using a loop can come in very handy. We can loop through a list of names,...
Tutorial: Using listeners to wait for a file download
We can build apps using Flow that wait for an event to occur. For example, we can have an app that 'listens' for a...
Tutorial: Building a form
We can build forms in Flow very easily. Want proof? Let's create a form that asks a user for Name, Email, and feedback. We...
Tutorial: Types with aliens
What would you do, if you had to onboard a group of aliens living in the Delta quadrant to a mathematics program on Earth?
Don't...
Tutorial: Using Flow with AtomSphere
Boomi AtomSphere is a cloud-based integration platform. An integration platform lets us connect different applications and services.
AtomSphere uses connectors to integrate various applications. Much...
Tutorial: Using iFrames
We can use iFrames in our apps to embed content within content. One use case of iFrames is to make sure there is a...
Tutorial: Getting user input
You can get input from a user, by using the Input element in a page layout.
Let's build an app that asks the user for...
Tutorial: Sending a mail with attachments
We can build an app with Flow that sends emails to our contacts or customers. We can import the email service, and use the Message element...
Tutorial: Connecting a web page
Sometimes, you may want your users to connect to a web page or a website, when they click a button. For example, they may...
Tutorial: Using a combo box for size selection
You can use a combo box to show users a picklist of items (Size, zip codes, salutation, etc.) and save the selection to a...
Tutorial: App to populate PDF forms
We can use Boomi Flow to create apps that can handle PDF files. This is handy if we want to send a form for...
Tutorial: Using page conditions to show text on toggle
We can use Boomi Flow page conditions (which are very similar to business rules) to conditionally vary the components that are shown to the...
Tutorial: TextBot app with Twilio
With Boomi Flow, you can build an app that sends out text messages, and based on the response from your user, take different flow directions. The messaging...
Tutorial: Tip calculator with JavaScript macro
You can execute code from within your flow, by using the Macro element in Boomi Flow.
The macro can be used for calculations (X times...
Tutorial: Passing values from one flow to another using flow out
The flow out feature allows you to connect flows together into a single user journey. This is done by changing a user outcome to...
Tutorial: Routing control back-and-forth between two flows
You can jump into a second flow in your tenant from within a flow, by creating a subflow. This lets you transfer control back...
Tutorial: Leo’s choice (Routing and rules)
Sometimes, flow diagrams do not follow a straight linear path - the flow may split into two or more paths; only one of which is executed, based on preconditions....
Popping tabs with a flow in Salesforce
Salesforce pages are displayed as primary tabs and subtabs in the Salesforce console. The primary tab is where the main work happens - for...
Tutorial: Embedding a flow in a console tab
Boomi Flow apps work seamlessly with Salesforce. You can embed a flow in a console tab, where clicking a tab launches a flow. The...
Tutorial: Starting a flow from a text message
You can use webhooks to start a flow automatically, when an end-user sends a text message to a Twilio number. Here is a quick app...
Tutorial: Using flows as Salesforce records
You can use flows as records in Salesforce. Boomi Flow integrates seamlessly with Salesforce, letting your users/agents launch a Boomi Flow Visualforce page when they...
Tutorial: Passing data from Salesforce to a flow
In order to pass data to a flow, you need to do a couple of things - Set up your flow to receive the information, and set up...
Tutorial: Using flows as console components
You can embed flows as components in the Salesforce Service Console for any object (e.g. Contact, Account, Case, etc). This allows your agents to...
Tutorial: Text-to-Speech (TTS) app with Twilio
The Text-to-Speech (TTS) app with Twilio, configures an automated call that converts text you enter into voice. The asynchronous app calls you at a predetermined...
Tutorial: Sending mails with Google Apps
With Boomi Flow, you can build an app that uses an email service (like Google Apps or Microsoft Exchange) to send emails to users.
Here...
Step 2: Adding multiple screens
In the first tutorial, we learnt how to build an app with a single screen. Let's now build an app with multiple screens.
We will...
Step 3: Adding navigation
It is super simple to add navigation tabs to an app using Boomi Flow. Remember the app we built with multiple screens? Let us add...
Step 1: Single-screen app
Hello, world! Welcome to Boomi Flow.
Let's start at the very beginning.. a place generally believed to be a very good place to start. Here is...
Tutorial: Passing a Record ID to a flow
Salesforce objects have a field of type ID named Id, and containing a unique identifier for each record in the object. The ID is similar to a...
Tutorial: Embedding a flow in a Chatter action
You can add your flow as a custom Chatter action in Salesforce, by cloning and editing the ManyWhoFlow Visualforce page to create a new page,...
Running a flow from the Visualforce page
Boomi Flow works seamlessly with Salesforce. You can build a flow using the Boomi Flow Drawing Tool, and run it as an app inside...
Tutorial: Salesforce Lead manager app
You can use Boomi Flow to build an app that lets you add records to Salesforce Lead records. Boomi Flow massively reduces the need to code, and...
Tutorial: Uploading files in Box using an app
We can use Boomi Flow to build an app that will upload files to Box. We can use the Box service to authenticate end-users of the app...