Hello all,
I have an on-device storage entity where I save data to display later in a table.
Now I want to delete the whole data entity. Sadly there is only the logic function "delete record" where I can only delete one single data item. Do I need to create a loop to delete all items in the record collection?
Also the data entity is written with data as long the cache is not deleted. But if i want to open my app again after couple of days, then the data entity should be empty again. Are there any options to handle this?
Best regards
Micha