Run same workflow multiple times based on records from GlideRecord query
I have a list of items that I need to create an Incident for each of those items. What is the best way to do that? 1. My first thought is in the scheduled job that will run nightly get my list of items that I need Incidents created for and start t...