A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.
How do you implement a solution?
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.
How do you implement a solution?
To ensure that the values are only initiated once for each flow action, you should add logic to the pre-processing data transform to test if values were already initiated. This approach ensures that the initialization process doesn't execute every time the flow action is called, but only once as required. This addresses the need for values to be set initially without redundancy in subsequent calls.
If pre-processing happens every time, why would you not want to add logic option D
The right answer is C
why C ? you want to initiate the values once. hence, you would prefer using pre processing method
It´s D