CRT-450 Exam QuestionsBrowse all questions from this exam

CRT-450 Exam - Question 270


What is a consideration for running a flow in debug mode?

Show Answer
Correct Answer: BD

When running a flow in debug mode, one important consideration is that DML operations, such as creating, updating, or deleting records, are typically rolled back when debugging ends to ensure that test data does not affect actual data. This prevents any unintended changes to the database during the debugging process, making it easier to test and troubleshoot the flow without the risk of data corruption.

Discussion

2 comments
Sign in to comment
83f117fOption: C
Apr 17, 2024

Callouts can't be done while debbuging.

SS1121Option: D
Jun 17, 2024

https://help.salesforce.com/s/articleView?id=sf.flow_considerations_troubleshooting.htm&type=5 When you debug a schedule-triggered flow, the flow starts only for one record.