ExamQuestions.com

Register
Login
Microsoft Power Platform Developer (PL-400) Exam Questions

Microsoft

Microsoft Power Platform Developer (PL-400)

66 / 130

Question 66:

You create an instant flow that retrieves the SharePoint items. Sometimes, you are getting the HTTP 404 error — "Item Not found." This error stops the flow execution. You think that the error can come from the "Get item" action when the flow retrieves the non-existing items. You need to resolve this case without stopping the flow execution. 
Please select three steps you should take to mitigate the 404 error.

Answer options:

A.Add Case for 404 error
B.Add Terminate action with “Succeeded” status
C.Add Switch for outputs(‘Get_item’)
D.Remove the “Get item” action
E.Configure run after options for “Get item”
F.Add new “Get Item” action