Salesforce Flow *Record Collection Variables* Explained

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

КОМЕНТАРІ • 16

  • @chaserussell
    @chaserussell Рік тому +2

    Super helpful! Never thought about assigning values to a single record variable and then adding that to a record collection variable. I was needing to map fields from object A to object B inside a loop to create new object B records and that was the secret trick to creating the records outside the loop.

    • @employedforgood
      @employedforgood  11 місяців тому

      Awesome Chase, I'm glad it was helpful!

  • @SalesforceSolutionsBuilder
    @SalesforceSolutionsBuilder 10 місяців тому

    You're such a great trainer, your explanations are super super helpful. I've finally stopped running away from loops and variables 😆and just re-created one of my complicated flows. So happy!

    • @employedforgood
      @employedforgood  10 місяців тому

      This made my day! Thank you for sharing - that’s my hope, for others to feel confident tackling these seemingly complicated things. (And congrats to you on optimizing that flow!👏👏)

  • @simmisingh9964
    @simmisingh9964 3 місяці тому

    A fantastic way of explaining. I found it very useful.

    • @employedforgood
      @employedforgood  3 місяці тому

      Thank you for the comment, I'm glad to hear it!

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

    This really helped me building a flow to create multiple line items from one object to another (through a conversion). Thanks a lot! :)

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

    Thank you, that was exactly what I needed! After I saw it, it made so much sense.

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

    Very nice. Clear. Concise. At the 4:10 mark, you have the 'edit Assignment' screen, you show a variable 'record_newTask>Subj...and it's a text type (or so it appears). At 4:22 mark, you show Edit Assignment-Add to Collection. There I see the 'record_newTask......indicates a record type. How is that?

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

      Thanks for the note! The 4:10 Assignment element is populating specific fields within a single record variable (aka the new task record). The 4:22 Assignment element then adds that same record variable to a record collection. Does that answer it?

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

    Thanks You are the best 😊

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

    UGH! I hate flows so much! So much more logical to write this in code.

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

      I feel the same way but am finally getting comfortable with Flow. Building automations in Flow makes it so others in my org can maintain them too, not just me. The GUI is slow but powerful

    • @employedforgood
      @employedforgood  11 місяців тому

      Apologies that I'm so late to this conversation! But I have to second the maintenance comment. Having learned to write some code, I agree that it's much faster. But when an org doesn't have a developer resource on staff/can't splurge to get one, this makes sense for meeting the automation need. Thank you for watching!