Flow Loop Through and Display Records | Part 1 - Flow Examples

Поділитися
Вставка
  • Опубліковано 7 вер 2024

КОМЕНТАРІ • 36

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

    👩🏿‍💻 Want to become a dev but don't know where to get started?
    👉🏿 Check out my course on Apex Fundamentals tinyurl.com/LEARNSFDEV

  • @BamaE92
    @BamaE92 6 місяців тому

    EXACTLY what I needed. Thank you!

  • @bobmoalli5596
    @bobmoalli5596 4 роки тому

    FANTASTIC. Took me a couple of go rounds through but in the end very helpful. Looking forward to part two. Great help.

    • @Walters954
      @Walters954  4 роки тому

      Part two is out! ua-cam.com/video/8dy2at83_w8/v-deo.html&lc=UgwM7q6v06yNzfrwoqZ4AaABAg
      If there anything you would like me to go in detail with don't hesitate to ask.

  • @piyalichowdhury5395
    @piyalichowdhury5395 4 роки тому

    This video helped me in giving a quick demo to client. Thank you :)

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

    Thanks this is just what I needed to solve a problem: How to write multiple objects to the screen using a product object list!

  • @moreiraaa11
    @moreiraaa11 4 роки тому +1

    Hello there, this tutorial was very helpful! Thank you.

    • @Walters954
      @Walters954  4 роки тому

      You're welcome! Let me know if you need help with anything else.

  • @hendragunawan-wn1zh
    @hendragunawan-wn1zh 2 роки тому

    thanks for the tutorial,
    may i know how to add the dynamic URL to the opportunity page based on each opportunity recordID?

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

    Hi,Thanks for the tutorial , I tried the logic but having issue with , its not giving a line break but simply shows as text

  • @lindathompson2481
    @lindathompson2481 4 роки тому +1

    This is an awesome start. Can you please show the remaining details of this flow?

    • @Walters954
      @Walters954  4 роки тому +1

      Here is part 2 of this flow example. ua-cam.com/video/8dy2at83_w8/v-deo.html
      Lots more to come. Be sure to subscribe!

  • @pedroprada1
    @pedroprada1 5 років тому +1

    great video...

  • @davidcarballasreboredo
    @davidcarballasreboredo 3 роки тому

    thanks for the video, however i have some issue really strange, I´ve seen that you are able to display the value of a field related to the account with the DIpslay text within the Screen, I don´t know why but I get no result shown there

  • @Alexandrovan
    @Alexandrovan 3 роки тому

    Hey!
    Thanks for the video.
    How would you use flow for contact deduping?
    I am a little stuck with this task.
    That would be nice if you can make a video about it.
    THnaks

  • @RainyDProd
    @RainyDProd 3 роки тому

    Hi, I can't see loop variable field on loop..I guess flow has been changed. What do I do for that? I have to display a list of opportunities after I get them.

  • @prudhvirajuchalla5336
    @prudhvirajuchalla5336 4 роки тому

    Hi, Happy New Year. Nice Explanation, Thank u.
    I hava one requirement which is patient have lookup type to doctor, when I select radio button of doctor record it should display list of doctor records in Screen in Lightning Flows, could you please help me as soon as possible.

  • @brandrsn
    @brandrsn 3 роки тому

    Hey Walter, great video!
    One question, if you don't mind.
    At the 7:01 mark, you output the iterations from your loop into a single text component. Would it be possible to create a new text component for each iteration through your loop?
    I know it doesn't really make sense why you'd want to do that within your example, but I'm trying to create a screen where a user can make multiple quick decisions (when it can't be automated by the rest of the flow). So having X quick decision/radio button components on a single screen would be much faster than having them complete a single question on a X individual screens. Does that make sense? In essence, for the output of my loop, I'm looking for multiple components, not multiple screens.
    Thanks!

  • @forcefromscratch2391
    @forcefromscratch2391 4 роки тому +1

    Nice!

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

    hello, nice video. If you can show the radio buttons in a flow, i have some hard times with the constants

    • @Walters954
      @Walters954  4 роки тому +3

      Ask and you shall receive. Here's a video on radio buttons in flows. ua-cam.com/video/YclAym3hHL0/v-deo.html
      I'll have another one coming up soon on defaulting choice values in flows. Stay tuned for that.

  • @mennoegbers6625
    @mennoegbers6625 4 роки тому +1

    Super clear video. Thanks! Question... does debug mode actually update records? In my test flow everything fires correctly but I don't see the actual updated record field

    • @Walters954
      @Walters954  4 роки тому

      Hey Menno, debug mode does update record. It may take a few page refreshes for the updates to show.

    • @mennoegbers6625
      @mennoegbers6625 4 роки тому

      @@Walters954 Thanks for your reply! I actually found it does indeed, not long after I posted my question. I had something wrong in my flow... which is usually the case when things don't work :p
      Just finished a great week at Dreamforce!

  • @MyFreshgirl
    @MyFreshgirl 4 роки тому +1

    Thank you. Walter. Very helpful. I have a question here. I want to stop my flow at the step of displaying the results it pulls. Particularly, I am interested to show Assets information in a Case page, in which the asset and the case shares the same Account ID. Is there any way to make the record display more user friendly? Or does that need extra coding?

    • @Walters954
      @Walters954  4 роки тому

      Hi, you can always add a screen after your get record element and display the information you just pulled. To make them more user friendly try using a display text and formatting the individual field values.

    • @MyFreshgirl
      @MyFreshgirl 4 роки тому

      @@Walters954 Thank you very much for the reply. Very helpful! I got it work.

  • @teja7703
    @teja7703 4 роки тому +1

    Can we add a screen flow in lighting component??

    • @Walters954
      @Walters954  4 роки тому +1

      You definitely can! Videos to come on that soon so subscribe! unofficialsf.com/adding-lightning-web-components-to-flow-screens/

  • @naveengoudk7757
    @naveengoudk7757 4 роки тому +1

    how to display list of records with radio buttons

    • @Walters954
      @Walters954  4 роки тому +1

      I was just working on a project where a table with radio buttons would have been helpful. Off the top of my head, I don't think this is possible using standard components but stay tuned and subscribe. I should be making a custom component for flows to do this.

    • @Walters954
      @Walters954  4 роки тому +1

      Here's that radio button video I promised. ua-cam.com/video/YclAym3hHL0/v-deo.html

    • @smitahodiggeri5082
      @smitahodiggeri5082 4 роки тому

      @@Walters954 Thank you for this Video! Amazing Content. One of the Best Teachers I have come across with regards to flow!

  • @carlinthomas4926
    @carlinthomas4926 4 роки тому

    You talk and move way too fast. Obviously I need a slower vid to go over loop variables.

    • @Walters954
      @Walters954  4 роки тому

      Hi Carlin. Sorry this was not able to help you. I am working on some more detail step by step tutorial on my training site. salesforcementor.com/p/ultimate-guide-to-salesforce-flows
      Loops will be coming up soon.
      I also have some additional flow loop video planned to explain thing in more detail.