ExamQuestions.com

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

Microsoft

Microsoft Power Platform Developer (PL-400)

27 / 130

Question 27:

You create a canvas mobile app using SharePoint lists (Equipment and Sales) as data sources. 
You want to improve the app’s performance. 
Please select all the delegable statements.

Answer options:

A.Collect(LocalEquipment, TextInput1.Text)
B.Filter(Equipment,ID=2346)
C.Concat(Sales,Title & ",")
D.LookUp(Sales,Title="Mango",UnitsSold)