Hi,
This issue is related to my previous thread (https://powerusers.microsoft.com/t5/General-Discussion/Error-table-filter-The-requested-operation-is...)
Now, I want to delete a selected record in a datatable with the following button:
Unfortunately, this is not working.
I already had a look at related threads on this community forum and tested a couple of things but could not find a solution so far.
Would be great if somebody could help.
Many thanks and best regards,
Ludwig
Solved! Go to Solution.
Hi @lreinhard7 ,
Please set below formula in the OnSelect property of the button to delete the item that you selected in data table control:
Remove(ListName, DataTable1.Selected)
Regards,
Mona
Hi @lreinhard7 ,
Please set below formula in the OnSelect property of the button to delete the item that you selected in data table control:
Remove(ListName, DataTable1.Selected)
Regards,
Mona
Hi Mona,
I tried that multiple times and also tested using Flow for that purpose.
I think it is not the remove functionality or PowerApps that is wrong but that the D365FO entity has a problem with the deletion of the record.
In general the removal works for other scenarios but not for this very specific one 😞
Many thanks for your feedback!
Best regards,
Ludwig
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
199 | |
71 | |
49 | |
41 | |
30 |
User | Count |
---|---|
266 | |
121 | |
94 | |
90 | |
81 |