You are here:
Build Flows for the Field Service Mobile App
Create, activate, and manage flows for the Field Service mobile app in the drag-and-drop Flow Builder.
Required Editions
| Available in: both Salesforce Classic (not available in all orgs) and Lightning Experience |
| The Field Service core features, managed package, and mobile app are available in Enterprise, Unlimited, and Developer Editions. |
| To access the Field Service mobile app, users need the Field Service Mobile user license. |
| User Permissions Needed | |
|---|---|
| To open, edit, or create a flow in Flow Builder: | Manage Flow |
| To run flows from the app: | Run Flows |
Creating flows for the Field Service mobile app uses the same Flow Builder you know and love. Here are some basic guidelines to follow.
- Save your flows as the Field Service Mobile Flow type.
- Include help text on each screen so that users understand what is expected of them.
- Don’t ask more than one question per screen, especially if a screen involves picklists.
Some special flows, like image upload flows and signature capture flows, are great additions to the Field Service mobile app.
- Create a Flow to Capture Images in the Field Service Mobile App
Create a flow that lets your team capture images from the Field Service mobile app. For example, make it easy for mobile workers to save photos of a customer’s asset before and after service. - Customer Signatures on Service Reports with a Flow
Using an app extension, you can add a final step to capture a customer’s signature at the end of a flow.
See Also
Create a Flow to Capture Images in the Field Service Mobile App
Create a flow that lets your team capture images from the Field Service mobile app. For example, make it easy for mobile workers to save photos of a customer’s asset before and after service.
-
Build a flow with a Screen element that contains a File Upload component.
An API name is generated when you label your flow. You need the API name to connect the flow to the Field Service mobile app.
- Save your flow as the Field Service Mobile Flow type.
You can now connect the flow to the Field Service app with an app extension or Quick Action, just like any other flow.
Customer Signatures on Service Reports with a Flow
Using an app extension, you can add a final step to capture a customer’s signature at the end of a flow.
After you build a flow, create an app extension with these settings, which don't affect the rest of your flow. When the mobile app detects the Service_Report_Flow name, it launches the Service Report preview interface when your flow is complete.
- Label—Enter the text that you want to appear in the Actions tab. For example, My Service Report Flow.
- Type—Select Flow.
- Name—Enter Service_Report_Flow.
- Scoped to Object Types—Enter ServiceAppointment.
- Launch Value—Enter the API name of the flow that you want to conclude with signature capture.
Because the API name of the service report flow is unique, you can have only one Service_Report_Flow at a time.

