PL-600 Exam QuestionsBrowse all questions from this exam

PL-600 Exam - Question 13


HOTSPOT -

You need to design a Power Platform solution that meets the following requirements:

Capture data from a row during deletion to be used in an automated process.

✑ Use AI to process forms and automate data entry from paper-based forms.

Which requirements can be met by using out-of-the box Power Platform components?

Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Show Answer
Correct Answer:

Box 1: Yes -

This can be done with Dataverse flows: The When a row is added, modified or deleted trigger runs a flow whenever a row of a selected table and scope changes or is created.

Box 2: Yes -

AI Builder is a Microsoft Power Platform capability that provides AI models that are designed to optimize your business processes. AI Builder enables your business to use AI to automate processes and glean insights from your data in Power Apps and Power Automate.

Reference:

https://docs.microsoft.com/en-us/power-automate/dataverse/create-update-delete-trigger

Discussion

17 comments
Sign in to comment
danosagi
Sep 14, 2021

1) YES! - Not with Power Automate Flow, since it doesn't capture useful data except the guid. BUT it can be done with OOB REAL-TIME WORKFLOW. The Deletion trigger of real-time workflow capture the "Before" (Pre-image) data of the deleted record. 2) Yes

AC_DC
Dec 19, 2021

It says to design a powerplatform solution.

Aedu
Mar 6, 2022

I agree with AC_DC. Workflows are still part of the Power Platform, but probably only for compatibility reasons. Every time you get the processes overview displayed, there is a nice message indicating that you should use Flows after all. So I understand here that Workflows is not the good answer.

TestingCRM
Mar 9, 2022

This would be a synchronous workflow, where Power Automate still doesn't offer an option, so I would say 1) Yes, 2) Yes as @danosagi

dylan99
Mar 1, 2024

For the first question you can't directly do it with a Power Automate and for sure a workflow would be the best solution. But with a custom button you can trigger a flow that deletes the row only after all the process is completed

NoNameBrand
Jul 22, 2021

1) No "Currently the Delete Trigger only returns very limited (and not very useful) data on the record that was deleted - basically just the GUID of record." https://powerusers.microsoft.com/t5/Power-Automate-Ideas/CDS-Delete-Trigger/idi-p/552844 2) Yes

Zakaria10
Jul 30, 2021

Agree with you, I wanted to do this with flow without success, flow return only Guid... I hope this changes in the futur...

petertwilliams
Oct 8, 2022

1) Yes. If auditing is turned on, you can use Power Automate to use the GUID retrieved from the trigger to get all the information from the record audit history using OOTB Power Platform components. I have created such Flows many times. 2) Yes

[Removed]
Nov 5, 2022

Real time workflows are an integral part of Power Platform and, until MS formally notifies they will be deprecated, they will still be being part of it. So, I don´t see a reason why we could achieve the proposed objective using them. MS could not simply deprecate OOB workflows, especially real-time based because of a matter of compatibility.

Icky
Jun 5, 2022

Yes and Yes: https://docs.microsoft.com/en-us/power-automate/dataverse/create-update-delete-trigger. I would include a note on the question in the exam about the GUID for the first one. If you fail the exam, you can challenge it with the notes you add to each of your questions. When unsure, comment.

ats04
Jun 13, 2022

Should be No, Yes

CRMBug
Nov 17, 2022

1.No 2.Yes

aok95
Feb 6, 2023

Understanding that deletion only gives the GUID, but the question is so vague it says capture data not capture useful data. So you can get data from a Flow, just would not be useful to do much with it. Can be argued.

ari1992
Jun 6, 2023

1) Yes (since in power automate flows (automated) the new trigger is when a row is added, modified or deleted, which captures all the needed info ) 2) Yes

Jnicosia
Jan 11, 2024

i tried but it doesn t work. When action delete is returned online item ID. (Data source SharaPoint). Imho No Yes

[Removed]
Dec 9, 2021

1)No 2) YEs

giogo
Feb 20, 2022

1-No (Currently the Delete Trigger only returns very limited (and not very useful) data on the record that was deleted - basically just the GUID of record.) 2-Yes

LostArc
Feb 21, 2022

This question was there on 20/Feb/2022.

PPDude
Mar 13, 2022

1. NO 2. YES

JAVI1771
May 11, 2022

Both are Yes 100%

Dynamic_MD
May 16, 2022

Why cant we use plugin here with preimage? I dont think, the word automated process means only 'Process' section of CRM. Plugin is also part of automation. So I would go with Yes, Yes

Icky
Jun 5, 2022

Plug in is not OOB

nqthien041292
Apr 1, 2024

Vote: 1: No 2: Yes

nqthien041292
Jul 18, 2024

Capture data from a row during deletion to be used in an automated process: Yes: This can be achieved using Power Automate. You can create a flow that triggers on the deletion of a row in a Dataverse table. The flow can capture the data from the deleted row and use it in subsequent steps of the automated process. Use AI to process forms and automate data entry from paper-based forms: Yes: This can be achieved using AI Builder in Power Platform. AI Builder offers form processing capabilities that can extract data from paper-based forms and automate data entry into your system.