Removing new variable in Record Producer warning message

user0719
Tera Contributor

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? 

user0719_0-1724947763108.png

 

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@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.

 

Please mark the response helpful and accepted solution if it manages to answer your question.

View solution in original post

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@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.

 

Please mark the response helpful and accepted solution if it manages to answer your question.