QuestionQ157
Create and configure Power AppsYou are building a canvas app that uses a data source whose structure has three columns: Id, Value1, and Value2. Id is always unique, while Value1 and Value2 might not be.
You must use Power Fx to perform these operations:
- Modify Value2 for one row when you know the Id and Value1.
- Delete every row with a specified Value1.
Create the Power Fx commands. Each function may be used once, more than once, or not at all.
Drag & Drop
Remove
RemoveIf
Update
UpdateIf
Modify knowing Id and Value1.
Delete knowing Value1.
Community Discussion