Unable to delete Data types' records
Hi!
I created a Data Type according to my needs. This Data Type has 2 keys (one ID and one Text), and several other values.
Willing to be able to delete entries easily, I saved as the section DataTableRecordEditor under my Data class.
I added an Icon with events on click: Running the activity pzDeleteRecord, then "Delete Item".
Using this,I see the records being deleted on click but after a refresh, the records come back, as if the changes were not taken into account.
Trying to add an action onclick "Post Value" didn't change the outcome.
Any recommandation on how to make this work?
The process works for other data types (mostly having only one key) but not for my current one.
Thanks in advance.