1C Flow Builder Tutorial - Get Multiple Records and Loop

Поділитися
Вставка
  • Опубліковано 26 лип 2024
  • Flow Builder Tutorials
    By Alex Edelstein
    Tutorial 1C - Get Multiple Records and Loop Through Them
  • Навчання та стиль

КОМЕНТАРІ • 21

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

    thank you .... closing the loop had me stumped

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

    Very helpful, thank you.

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

    Hi Alex, Loop Variables are a serious pain in the butt. Could you possibly consider a video dedicated to this. Whatever I try, I don't seem to be able to add my newly create loop vars to the loop. I've watched several video's and read several threads on this but nothing specifically explains why new vars will NOT be selectable. I would very much appreciate more attention to this in particular. Thank you!!

  • @sunitajagdale8772
    @sunitajagdale8772 5 років тому +3

    As it has been mentioned in the video that we should not be hardcoding the IDs as a practice... however, can you also demonstrate the best practice in an implementation using flows?

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

      add the collection variable in get records to store the data, and in update records component, assign that collection variable to the desired field of the target object.

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

    Thanks! This was great!

  • @maggiejolitz6156
    @maggiejolitz6156 5 років тому

    if you are going to use hardcoded id's you need to let the user know the best practice is to create a variable to hold the id. thanks for the tutorials!

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

      What is hardcoded ids? 🤔

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

      @@jaimelon ones that you copy paste from your URL section while you're logged in...:)

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

      @Ellie Breden in the get records setting pop-up and in there find criteria field, that's where you enter the matching ID.

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

    Awesome! One question 🙋 please
    Would it be possible to create a kind of email that when the recipient gets, he could actually update his record?
    Let's say by adding information, like "ways that I like to be contacted" and a selection of some options. Could the recipient do this somehow?

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

      Consider a community for such use case.

  • @dcl140
    @dcl140 5 років тому

    Alex, how did you change the logo in the top left corner from salesforce blue cloud to "Bright"?

    • @joshuamacdonald6129
      @joshuamacdonald6129 5 років тому

      Hey DC, you can do this by going into Setup and searching "Themes and Branding". It's under Platform Tools > User Interface. Hope this helps!

  • @patrickb.8485
    @patrickb.8485 4 роки тому

    What Sunita said......I am very much needing instruction on how to dynamically set record ids, not hardcoding them. Do you do a video explaining this?

  • @n.g.9460
    @n.g.9460 4 роки тому

    Looks like we don't need to create a second collection variable (bucket of emails) because we're using an action rather than inserting, updating or deleting a bunch of records in the database.

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

    Can the fields of a collection variable be determined inside the flow,- rather than dictated in a "get"? I'd like to fill a collection variable, then create records, but don't see how to instantiate the fields of the variable.

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

      while you are in get records menu, store them in collection variables and when you're in update menu, assign those collection variable's value to target object's fields....

  • @skatersschool
    @skatersschool 5 років тому

    whn we want to chnge user name in trial head playground

  • @ShubhamPatil-hg2ph
    @ShubhamPatil-hg2ph 2 роки тому

    Hi Alex, Can someone guide me on how to send these emails for more than 5 recipients because it sends emails only upto 5 email addresses.