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
User | Count |
---|---|
150 | |
100 | |
89 | |
78 | |
58 |
User | Count |
---|---|
194 | |
186 | |
106 | |
99 | |
91 |