Background script (it should not create new records)
Hi! I'm having a hard time fixing this background script below. The script is working however, it creates new records in the vtb_task table. Am I missing something? Thank you in advance var current = new GlideRecord('vtb_card');current.query();while...