How to: Build a Flow with Loops - It's Flow Easy! (Salesforce Admin Series)

Поділитися
Вставка
  • Опубліковано 9 лип 2024
  • Hey Salesforce Friends! 👋
    Sign up to a 5 Day Salesforce Challenge to help get your certification! talentstacker.com/salesforce-...
    Check out this new video all about how to create a Flow with Loops! I really useful element and flow to help automate where multiple records are involved.
    This video is part of the 'Salesforce Admin Series' that seeks to help you on your journey to getting your Salesforce Administrator Certification.
    Let's do it together and get those Trailhead points!
    LINKS
    Signup to my Newsletter!: newsletter.adamfoyston.com/
    Start up you're own Trailhead account: trailhead.salesforce.com/
    FREE Salesforce Developer Org: developer.salesforce.com/signup
    Timecodes
    0:00 - Intro & Overview
    0:24 - Flow Use Case
    4:15 - Create a New Salesforce Flow
    7:48 - Add a Get Records Element
    10:58 - Add a Loop Element
    13:19 - Add an Assignment Element
    19:24 - Learn More/Outro
    If you found this video useful please subscribe for more videos like this every week!
    Also, let me know if you have any questions about Salesforce and/or there are any other videos you'd think would be good to make.
    May the Salesforce be with you! x
    Connect with me on LinkedIn: / adam-foyston-32148954
  • Навчання та стиль

КОМЕНТАРІ • 26

  • @christopherbaker6210
    @christopherbaker6210 2 роки тому +4

    Hey Adam, I'm new to Flows and quickly trying to skill up. Loops were really confusing to me UNTIL I found this video! They make so much more sense now. Great content and keep 'em coming!

    • @AdamFoyston
      @AdamFoyston  2 роки тому

      Awesome! Glad it was of help. :)

  • @bmagnone
    @bmagnone 2 роки тому +2

    One of the best, if not the best tutorial on flows. I have been scouring youtube for Salesforce flow content. This is the first video I have seen from Adam, I am excited to watch others. My initial reaction is, for how good this is I am shocked that Adam only has 1.85k subs. The content and production is amazing. Keep it up Adam!!!

    • @AdamFoyston
      @AdamFoyston  2 роки тому

      Wow, thanks! Really appreciate the feedback/comments, Ben :)

  • @Hexed_Precinct
    @Hexed_Precinct Рік тому +1

    @8:32 , I was always got stumped by record and there is another choice that is Flow-->Current Record-->Id and that would be account.

    • @AdamFoyston
      @AdamFoyston  Рік тому

      Hi there, you are right. If you are running from the account you can access that from there :)

  • @FailFlopFly-SalesforceImports
    @FailFlopFly-SalesforceImports 2 роки тому +2

    More loop videos! This was fantastic, learned a ton and then built out a few myself! Thank you, Adam!

    • @AdamFoyston
      @AdamFoyston  2 роки тому +1

      Thanks for the suggestion - will look to plan more of these :)

  • @prisharohit
    @prisharohit Рік тому

    Thanks, Adam for this very helpful tutorial. I really look forward to your videos as you explain the concepts so well.

  • @bhaskargujjula7034
    @bhaskargujjula7034 Рік тому

    Fantastic Adam !!! Thanks a lot for your tutorials and appreciate your effort for making the videos.

  • @singbraille
    @singbraille 2 роки тому +1

    You read my mind - this was exactly what I needed! Thanks for all the videos. :)

    • @AdamFoyston
      @AdamFoyston  2 роки тому

      You are so welcome! Glad they have been useful. Thanks for engaging! :)

  • @pradeepkumar-wh5oq
    @pradeepkumar-wh5oq 2 роки тому +1

    Thanks Adam for making this video.

  • @donyapartovi9023
    @donyapartovi9023 2 роки тому +1

    Thank you Adam for this awesome tutorial :)

  • @Rootkit_69
    @Rootkit_69 2 роки тому +1

    Adam, your narration style is very similar to Matt Watson from carwow channel.

    • @AdamFoyston
      @AdamFoyston  2 роки тому

      haha - hilarious! I'm obsessed with his videos. Even when I'm not looking for a new car I check a few of them out. My dream video job - car reviews :) If you know him put in a good word please :D

  • @user-wq4nv6dg7u
    @user-wq4nv6dg7u 5 місяців тому

    Hi, thank you for this great video. I can not find in the current Item from Loop contact "no call" or "hasoptedoutofemail" Did I do something wrong?

  • @sophy1742
    @sophy1742 2 роки тому +1

    Thanks, great explanation

  • @thiagofernandes8596
    @thiagofernandes8596 Рік тому

    hey Adam how are you? If the account does not have any contacts, can the flow give an error?

  • @sud1987
    @sud1987 2 роки тому +1

    Great video! Was wondering if loops can be created for opportunity line item schedules? I have revenue schedule enabled and want to loop through each item in the schedule and do stuff with it

    • @AdamFoyston
      @AdamFoyston  2 роки тому +1

      Hello! thanks for the comments. To be honest I've not had much experience with Revenue Schedules and actually don't think it's something I've come across a client actually using. The problem is that most of the clients I've worked with have separate billing/invoicing systems that deal with when the client is charged for services. There are also limitation to what you can do as well, but as with all things, depends on your use case and how you need it. Sorry I can't help more. I would suspect you can do it with flows. Try it out with a simple update and see where you get. Just need to ensure you find the right object name for it.
      Thanks again :)

  • @Rootkit_69
    @Rootkit_69 2 роки тому +1

    Hey Adam what happens if I use Update records element without using the assignment element in simple update flow?

    • @AdamFoyston
      @AdamFoyston  2 роки тому

      Great question - so to be honest I've often wondered myself. I'm sure there is a far cleverer person who will say why, but I've done both before and both seem to work. I think most people do it by assigning to a table of data as an output then deal with it in one go. I also think therein lies the answer too, that if you're working with large amounts of data, it may hit some limits doing it one by one because it can't be executed in batches/asynchronously. If you update all of them in one update job then it might perform better. Again, I've found both seem to work. Let me know what you find.