PL-500 · Question #188
PL-500 Question #188: Real Exam Question with Answer & Explanation
The correct answer is C: Convert delimited string into an array of objects. {"question_number": 6, "question_summary": "Choosing the correct custom connector policy template to convert a semicolon-delimited string into an array of objects", "correct_answer": "C", "explanation": "Power Automate custom connector policy templates allow you to transform API
Question
You are integrating a custom connector with an external API as part of a Power Automate project. The invoice object has a list of tags that are separated by semicolons in the API response. You choose to turn this delimited string into an array of objects to improve the data's usability in your processes and applications. Which policy template ought to be used with the connector's action response data?
Options
- AConvert an array to an object
- BConvert an object to an array
- CConvert delimited string into an array of objects
- DSet Property
Explanation
{"question_number": 6, "question_summary": "Choosing the correct custom connector policy template to convert a semicolon-delimited string into an array of objects", "correct_answer": "C", "explanation": "Power Automate custom connector policy templates allow you to transform API response data before it reaches the flow. The 'Convert delimited string into an array of objects' template is specifically designed for this exact use case: it takes a string where values are separated by a delimiter (such as semicolons) and converts it into a structured array of objects that can be iterated or used in expressions. Option A ('Convert an array to an object') reverses the direction. Option B ('Convert an object to an array') operates on the wrong input type. Option D ('Set Property') simply assigns a value to a property and does not perform any structural transformation.", "generated_by": "claude-sonnet", "llm_judge_score": 3}
Topics
Community Discussion
No community discussion yet for this question.