Microsoft Power Automate RPA Developer — Question 43
You are developing a Power Automate desktop flow to process thousands of product data sheets. The data sheets reside in an older desktop application. Each data sheet is the same format and contains a product image and description field.
You need to extract the product image and description from each product sheet and add those elements to a table in Microsoft Dataverse.
Which two Power Automate Desktop automation capabilities should you use? Each correct answer presents complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Change the focus to a text field in a window.
- B. Wait for window content to appear or clear from a window.
- C. Get UI element details in a window.
- D. Capture an image.
- E. Extract text by using optical character recognition (OCR).
Correct answer: D, E
Explanation
The correct answers are D and E because capturing an image (D) is necessary to obtain the product image from the data sheets, while using OCR (E) allows for extracting text from the product description fields. Options A, B, and C do not directly facilitate the extraction of visual or textual data from the product sheets.