This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
To view or edit the properties of a control, where could you look for them in the Power Apps Studio Editor?
Properties can be found on the toolbar, Properties dropdown menu, or in the Properties pane.
Properties can be found in the Help tab, Properties dropdown menu, or in the Properties pane.
Properties can be found on the toolbar, Tree view, or in the Properties pane.
Properties can be found on the toolbar, Properties dropdown menu, or in the App Components.
What is the difference between the Remove() function and the RemoveIf() function?
No difference; they do the same thing, delete records.
The Remove() function deletes multiple records and the RemoveIf() function can only delete a single record.
The Remove() function deletes a single record and the RemoveIf() function can delete multiple records.
Remove() can only delete items from a collection, but RemoveIf() can delete items from collections and data sources such as SharePoint, Dataverse, and Azure SQL.
Which Power Apps function could you use to add together all values in a gallery or collection for a specific column?
Value(Data source, column)
Sum(Data source, column)
Text(Data source, column)
Text(Value(Sum(Data source, column)))
You must answer all questions before checking your work.
Was this page helpful?