Salesforce Flow *Record Collection Variables* Explained

Поділитися
Вставка
  • Опубліковано 10 лют 2025
  • Learn how to use Record Collection variables in Salesforce Flow! Includes a brief overview on how Record Collection variables differ from regular variables, how they differ from standard collection variables, and how to create/populate them in Flow.
  • Наука та технологія

КОМЕНТАРІ • 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.

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

    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  Рік тому

      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!👏👏)

  • @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.

  • @simmisingh9964
    @simmisingh9964 7 місяців тому

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

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

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

  • @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 Рік тому +2

    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  Рік тому

      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!