ExamGecko
Question list
Search
Search

Question 66 - Certified Process Automation discussion

Report
Export

The architect is designing a flow where a screen flow is used to create a contact and display a confirmation screen. While the confirmation screen is displayed, remote API is invoked to update the contact in the external system. The update fails. How should the architect resolve the design?

A.
Add error handling mechanism to the flow and test often and early.
Answers
A.
Add error handling mechanism to the flow and test often and early.
B.
Use a separate transaction to update the contact in the external system.
Answers
B.
Use a separate transaction to update the contact in the external system.
C.
Use Apex since updating a contact in the remote system is not possible in flow.
Answers
C.
Use Apex since updating a contact in the remote system is not possible in flow.
D.
Use the Process builder instead of flow.
Answers
D.
Use the Process builder instead of flow.
Suggested answer: A

Explanation:

In the scenario where a remote API update fails after creating a contact through a screen flow, incorporating an error handling mechanism within the flow is essential. This allows the flow to gracefully handle exceptions and errors, providing feedback or rollback options as necessary. Regular testing during the development phase helps identify potential issues early, ensuring the flow functions as intended upon deployment.

Reference: Salesforce Help - Add Fault Handling to Your Flow

asked 23/09/2024
Dewi Fitriyani
52 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first