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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
51 | |
47 | |
33 | |
32 |
User | Count |
---|---|
258 | |
88 | |
78 | |
68 | |
67 |