HOTSPOT - You have a canvas app that contains the following text input fields: Id, FirstName, LastName. The app also has a button named Button1. The OnSelect property for Button1 contains the following expression: Collect(People, {Id:Id.Text, FirstName:FirstName.Text, LastName:LastName.Text}) 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:  Suggested Answer: Box 1: Yes - If the data source doesn't already exist, a collection is created. Box 2: No - Note: The Collect function adds records to a data source. The items to be added can be: ✑ A single value: The value is placed in the Value field of a new record. All other properties are left blank. ✑ A record: Each named property is placed in the corresponding property of a new record. All other properties are left blank. ✑ A table: Each record of the table is added as a separate record of the data source as described above. The table isn't added as a nested table to a record. To do this, wrap the table in a record first. Box 3: No - Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect This question is in PL-200 Microsoft Power Platform Functional Consultant Exam For getting Microsoft Certified: Power Platform Functional Consultant Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer