How to Delete Multiple Rows in Power Apps Data Table

89 Views Asked by At

I have a Power Apps Data table and this data table retrieves my SharePoint list [Vacation Budget] records. I have already removed multiple records in the data table using the RemoveIf function based on the SharePoint list choice field value. But, my requirement is how to delete the last two rows or the middle of three rows in the Power Apps data table. Code is: enter image description here RemoveIf( 'Vacation Budget', Category.Value = "Entertainment" )

Please suggest any code for this requirement...

0

There are 0 best solutions below