- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 09:09 AM
Hi, I was trying to remove a new variable I created in one of my Record Producers in DEV and it is giving me a warning message. I cannot seem to locate which 6 records from the Question Answer table that are impacted. Is okay to continue deleting?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 09:32 AM
@user0719 You might have used this new variable for testing on a record producer which could have generated six different records in the question_answer table. Since you are planning to delete this variable, the associated entries in the question_answer table would also get deleted.
In my opinion, there is no harm in deleting those entries.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 09:32 AM
@user0719 You might have used this new variable for testing on a record producer which could have generated six different records in the question_answer table. Since you are planning to delete this variable, the associated entries in the question_answer table would also get deleted.
In my opinion, there is no harm in deleting those entries.