Troubleshooting Tip - Clear Record Placeholders Before Deleting a Record

Hey folks, this question has come up a few times in office hours, so I wanted to address it here.

When trying to delete a record from a Table, many folks are getting a “cannot delete record that is in use” error. What this means is that you need to clear the record place holder first. The trick is to create a variable for storing the ID locally, clear the record placeholder, and then use that variable to delete the record.

I’ve outlined the video below