Which two options do you consider when creating a pre-processing data transform? (Choose two.)
Which two options do you consider when creating a pre-processing data transform? (Choose two.)
When creating a pre-processing data transform, it is essential to consider both the potential reuse of the flow action and the effect if the flow action is reloaded. The potential reuse of the flow action is important because a flow action can be reused in different scenarios, and the data transform logic must be able to support this reuse without breaking. The effect if the flow action is reloaded is crucial because a pre-processing data transform is executed every time a flow action is executed, and it must handle reloading correctly to ensure consistent behavior.
A&D Not just D
Answer should be 'A' & 'D'
A is correct: A flow action can be reused which might break the Data Transform if the logic inside does not support reuse. D is correct: A pre-processing is executed every time a flow action is executed.