---
title: "SFDC Flow: Add a Confirmation Screen"  
description: "In my previous post SFDC Flow: Add a Record Update element, we learn how to add a Record update element, here we move to next step and see how to add"  
author: "Anonymous User"  
published: 2015-03-23  
updated: 2018-02-22  
canonical: https://www.mindstick.com/blog/10851/sfdc-flow-add-a-confirmation-screen  
category: "sales force"  
tags: ["cloud computing", "cloud", "cloud development", "sfdc", "dev-401"]  
reading_time: 2 minutes  

---

# SFDC Flow: Add a Confirmation Screen

In my [previous](https://yourviews.mindstick.com/view/81421/unlock-2-0-is-just-like-previous-corona-lockdowns) post [SFDC Flow: Add a Record Update element](https://www.mindstick.com/Blog/10850/SFDC%20Flow%20Add%20a%20Record%20Update%20element#.VQ_L4Vy6bIU), we learn how to add a Record update element, here we move to next step and see how to add Confirmation [Screen](https://www.mindstick.com/forum/33644/loading-screen-during-ajax-call) in our SFDC flow

##### Add a Confirmation Screen

The flow is complete enough to do the job, but let’s add a screen to let the flow user know that the flow has finished.

1. From the Palette tab, drag the Screen onto the canvas.

The Screen [overlay](https://www.mindstick.com/blog/699/overlaying-the-action-bar-in-android-app) opens with the General Info tab selected.

2. For the Name, enter Done.

The Unique Name is automatically populated based on this entry.

3. From the Add a Field tab, double-click [Display Text](https://www.mindstick.com/forum/12715/how-to-display-text-in-an-mvc-view-with-htmlattrbutes).

4. Click [Display Text] in the [preview](https://www.mindstick.com/forum/429/i-want-to-get-full-path-of-lt-asp-fileupload-gt-and-then-client-can-click-the-preview-button-to-see-what-file-he-here-has-uploaded) pane.

5. On the Field [Settings](https://www.mindstick.com/blog/63563/steps-to-change-the-wireless-settings-using-linksys-cloud-account) tab, [configure](https://answers.mindstick.com/qa/51511/how-to-configure-client-and-repository-in-informatica-power-center) the field as follows.

Field Value

Unique Name confirmation_message

text box Thank you.

Your line item has been added to the invoice and the

available the quantity of merchandise has been

updated.

![SFDC Flow: Add a Confirmation Screen](https://www.mindstick.com/blogs/35382846-e1de-4322-ac6f-202e62ada474/images/ec8f0cdd-eaa7-480f-aef4-d5448c407828.png)

\

6. Click OK.

\

7. Drag the node from the bottom of the Record Update element onto the new Screen element to connect them.

\

8. Click Save.

![SFDC Flow: Add a Confirmation Screen](https://www.mindstick.com/blogs/35382846-e1de-4322-ac6f-202e62ada474/images/92c7c8ff-e951-45ba-8261-a0918352e0b1.png)

\

9. Click Close.

The flow detail page displays the flow URL. You’ll need this later when you create the [custom](https://www.mindstick.com/blog/12298/use-custom-writing-services-to-get-through-the-finals) button for launching this flow.

![SFDC Flow: Add a Confirmation Screen](https://www.mindstick.com/blogs/35382846-e1de-4322-ac6f-202e62ada474/images/48f8d5e2-1bc1-4944-b4d5-fc61922ab392.png)

Next, we need to add a custom button in SFDC flow which we see in my next post

**This document is referred from [salesforce help tutorials](http://www.salesforce.com/us/developer/docs/workbook/index.htm)

---

Original Source: https://www.mindstick.com/blog/10851/sfdc-flow-add-a-confirmation-screen

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
