As seen in photo, I want to add and delete a row, add button works properly, but when trying to delete a row, it deletes the 1st row only.
Solved! Go to Solution.
Hi @Robert94 ,
That should work if the icon/button is in the same gallery row. You did not say what your Data Source was, but if SharePoint, you can try
RemoveIf(
SPLIstName,
ID = ThisItem.ID
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Remove(colData, ThisItem)
Hi @Robert94 ,
That should work if the icon/button is in the same gallery row. You did not say what your Data Source was, but if SharePoint, you can try
RemoveIf(
SPLIstName,
ID = ThisItem.ID
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @Robert94 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Any idea why this error shows when trying to accep as solution.
User | Count |
---|---|
261 | |
127 | |
99 | |
49 | |
47 |