Hi Team,
Do we have any functionality to archive multiple questions if they are not in use through any process?
We are already having a list of questions those needs to be archived.
Hey there, you can archive multiple items at once if they are in the same collection.
See here.
In the database,
UPDATE report_card SET archived = true where id in (1,2,3,4......)