I’m having some trouble sorting out the syntax for deleting items from Data Jar. The basic use case is that I’d like to randomly sample items from a dictionary without replacement.
Here’s an example Shortcut of what I have in mind. It creates a dictionary with three values, randomly samples one, and then deletes the item. This last step is the one I can’t sort out.
Any suggestions are really appreciated.
Thanks,
Matt