Salesforce Flow Builder Tutorial (Episode 20) - Assignment Element

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • In part twenty of our Salesforce Flow Builder tutorial series we continue building our before save record-triggered flow on the task object. We use an assignment element (and global variable) in order to update the task owner with the ID of the user we found with our get element by referencing the record variable.
    This playlist is a free preview of a more complete 19-hour course.
    Check out the Salesforce Flows Complete Guide:
    www.nickfrates...
    Join the Salesforce Saturday Email for weekly Salesforce and Career tips (Free):
    www.nickfrates...
    Get the 10 Ways to Boost Your Salesforce Career Guide (Free):
    www.nickfrates...
    salesforce flow full course
    salesforce flow crash course
    salesforce lightning flow builder complete course
    salesforce training
    salesforce flow builder tutorial
    flow builder salesforce tutorial
    #salesforce #salesforceflow #salesforcecareer #salesforcedeveloper #salesforcetraining #salesforcetrailhead #salesforcetutorials

КОМЕНТАРІ • 2

  • @Edgar-xh8iu
    @Edgar-xh8iu 7 місяців тому

    How is this any different from the update records element when they both change the value of a field?

    • @nickfrates
      @nickfrates  7 місяців тому +2

      From the end user point of view there is no difference.
      In terms of governor limits an update records uses 1 DML statement and an Assignment element does not.
      For that reason Assignments can only be used to set field values directly in a before save flow.