Use Flow Repeater Component To Collect Information And Create Records | Summer 24 Release Feature

Поділитися
Вставка
  • Опубліковано 14 лип 2024
  • Collect information about multiple items of the same type on a screen with the Repeater component.
    The Repeater component provides an intuitive interface for building a list and includes these enhancements since the beta release:
    🔥 Use custom components and all standard generally available screen components as child components.
    🔥 Reference the output of a child component in a different child component in a Repeater component.
    🔥 Apply conditional field visibility, input validation, and help text.
    🔥 When you debug a flow that includes a Repeater component, view information about the component in the debugger.
    🔥 Configure the component to react to user input on the same screen.
    In this video, I am collecting contact information for the selected account and finally creating all those contacts using Salesforce Flow Repeater Element.
    ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
    0:01 - Introduction
    0:30 - Build the Flow Using DataTable And Repeater Component
    9:27 - Review the Flow
    10:36 - Test the Flow
    12:17 - Final Thoughts
    #salesforce #flow #repeater #duplicate #newflowfeature #summer24 #datatable
    🖋️ Blog - bit.ly/3JDaQIn
    📌 Salesforce Summer 24 Release Playlist - bit.ly/3Ur0XCW
    📌 Salesforce Spring 24 Release Playlist - bit.ly/3wyAB9I
    📌 Salesforce Winter 24 Release Playlist - bit.ly/3P0bun0
    📌 Salesforce Summer 23 Release Playlist - bit.ly/3Mw6rbx
    📌 How To Add Named Credentials To Permission Set Using Principals - • How To Add Named Crede...
    📌 Salesforce Flow Playlist - bit.ly/3nIpTnT
    📌 HTTP Post Call From Salesforce Flow - • Salesforce Summer 23 R...
    📌 External Services in Flow - HTTP Callout - • External Services in F...
    📌 Salesforce Release Playlist - bit.ly/3r7F0cn
    ✨ Blog: www.sudipta-deb.in/
    ✨ Subscribe for new videos on technology every week: bit.ly/3vCQKpg
    ✨Connect with me
    📌 Twitter: / thesudiptadeb
    📌 Website: www.sudipta-deb.in/
    📌 LinkedIn: / sudiptadeb
    📌 Facebook: / technicalpotpourri
    Credit: Music I Use under the Mixkit License
    Disclaimer: All opinions are my own and this video content is not endorsed by Salesforce, Google or any other company in any way.
  • Наука та технологія

КОМЕНТАРІ • 7

  • @laemaison2332
    @laemaison2332 2 місяці тому +1

    I just wanted to let you know that I really enjoy your videos on UA-cam about new SF features! Keep up the great work, and thank you for sharing your knowledge with the world =)

    • @TechnicalPotpourri
      @TechnicalPotpourri  2 місяці тому +1

      Glad you like them! Your comment really motivates me to bring more contents in my channel.

  • @lynnguyer6602
    @lynnguyer6602 2 місяці тому +1

    Thank you this is way more detailed than other resources!

  • @gabrielpaez321
    @gabrielpaez321 2 місяці тому +1

    Thank you for sharing ,,

  • @cburt22ify
    @cburt22ify Місяць тому

    The problem I am having is I want to do a check and see if the component was actually used to try and create records, for example, I can run a check on a data table and see if the user selected any options from the table - how might I go about doing the same thing here?