CRT-211 · Question #16
Cloud Kicks has created a new flow that deletes records. What should the administrator consider when testing the flow?
The correct answer is B. Even if the flow is inactive, debugging the flow will delete the test record. Debugging a flow allows administrators to test how a flow behaves before activating it or making changes to it. Debugging a flow runs it in real time using test data provided by the administrator or default values from the flow. However, debugging a flow also performs any…
Question
Cloud Kicks has created a new flow that deletes records. What should the administrator consider when testing the flow?
Options
- AFlows with delete elements cannot be debugged by the Flow debugged tool.
- BEven if the flow is inactive, debugging the flow will delete the test record.
- CRecord deleted by Flow when debugging are hard deleted.
- DFlow with delete elements need to ne inactivate to ensure that the test record is not actually
How the community answered
(41 responses)- A15% (6)
- B73% (30)
- C2% (1)
- D10% (4)
Explanation
Debugging a flow allows administrators to test how a flow behaves before activating it or making changes to it. Debugging a flow runs it in real time using test data provided by the administrator or default values from the flow. However, debugging a flow also performs any actions defined in the flow, such as creating, updating, or deleting records. Therefore, if a flow has a delete element that deletes a record based on certain criteria, debugging the flow will delete the test record even if the flow is inactive.
Topics
Community Discussion
No community discussion yet for this question.