Good morning,
I searched for a possible solution regarding my problem but couldn’t find anything so please accpet my apology in advance if I missed it. I recently created a simple ‘to do’ app that allows me to add items to a list. One of the features of the app is the ability to delete an item, any item at any time using the alert component. The app worked great until today (at least that’s when I noticed it not working correctly). The app still lets me add items, however, when I tap an item I want to delete, instead of it deleting that item, it deletes the first item in the list. I’m using a cloud variable to store my list. Attached is a screen capture of the app, with the “list to do” nest being the problem code. Thanks so much in advance for any help provided!