Which design element in Flow allows the Admin to do this?

Universal Containers (UC) has a flow which performs some custom logic in order to determine a least-cost shipping location. Some of the variables should be reset at the beginning of each loop iteration.

Which design element in Flow allows the Admin to do this?
A . Preset
B . Reassignment
C . Reset
D . Assignment

Answer: D

Explanation:

The design element in Flow that allows the admin to reset some variables at the beginning of each loop iteration is Assignment. An Assignment element lets the admin assign new values to one or more variables or sObject fields in a flow. The admin can use an Assignment element before a Loop element to initialize the variables that are used in the loop, and then use another Assignment element inside the loop to reset the variables for each iteration.

Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_assignment.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_loop.htm&type=5

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments