I’m trying to delete a list of items but not the whole list.
I’m setting up a subscription service. When the user subscribes, they only get charged for 1 product but 5 new subscriptions are made. I’m trying to put in at the end of the workflow an action to delete the 4 extra subscriptions made and keep the 5th.
I still am not sure if I fully understand why you are trying to do that, but, you should be able to ‘minus an item’ from the list. That might work if you know which item you want to keep. Does that make sense? Let me know.
are you suggesting running a workflow that deletes a list of items i.e. the most recent subscriptions set up by a user and minusing 1 item from this list of items being deleted? That seems like a good idea, I’ll try that, not sure how I never thought of that lol