How Do You Record a Screen Flow in Salesforce?

Ross Jackman | February 6, 2023

How Do You Record a Screen Flow in Salesforce?

Screen Flow in Salesforce

Screen flows in Salesforce are used to improve user experience and facilitate Salesforce performance testing. This is passed for user interaction, allowing the user to enter input or select records using the UI. Screen flows can be added in Lightning Pages or Quick Actions and rolled out in Lightning communities. In Salesforce, flows are applications that contain complex business processes. Flow builder creates individual flows and collects data to perform actions in your Salesforce Org.

 

How To Create a Case Flow in Salesforce

  1. Go to "Setup", locate your flow in quick find, and select "Flows".
  2. Click "New Flow". Under Templates, select "Screen Flow".
  3. Go to object manager and find the required fields for the object you want to create a record for. You will need to add these fields to the screen.
  4. Let's create an account record.
  5. Click the + sign and select "Screen" from "Interaction".
  6. Specify the label and API name in the screen properties.
  7. Click configure footer, and select use custom labels in the next or finish section. Select "Save", and select 'Hide Previous' in the previous button. Select to hide the pause section in the pause button section.
  8. Search for text in the search component bar and select the text.
  9. Specify the label as the account name and click the API name to auto-populate.
  10. Select the required check box.
  11. Search for the phone in the search component bar and select the phone.
  12. We will refer to the API name as phone.
  13. Select Done.
  14. Click the + sign at the back of the screen and select "Create Dataset" from the data.
  15. Specify the label as account and click API name to autofill.
  16. For the number of records to create, select 1.
  17. Under "To Lay Out Record Fields", select "Use Separate Resources And Literal Values."
  18. Under "Create A Record For This Object", find 'Account' and select it.
  19. In the account field value settings,
    • Enter a name in Field, select Name, and in Value select Account_Name from Screen Components.
    • Select Add field to add new field values.
    • Enter phone in the Phone field, select Phone, for Value select Phone from Screen Components, and select a Value.
    • Select 'Done'.
  20. Select Save, enter "Create Account Record" for Flow Label, and click API name to auto-populate.
  21. Select "Save" again.
  22. Select "Debug" to test your flow.

How Do You Record a Screen Flow in Salesforce?

Disclaimer

This publication is for informational purposes only, and nothing contained in it should be considered legal advice. We expressly disclaim any warranty or responsibility for damages arising out of this information and encourage you to consult with legal counsel regarding your specific needs. We do not undertake any duty to update previously posted materials.

Post a Comment