Is it okay to use Create Record inside a Loop?
Yes, but it will create one new record per loop iteration.
So if Find returns 100 records, it creates 100 new records?
Exactly.
That can explode data if not careful.
Is it okay to use Create Record inside a Loop?
Yes, but it will create one new record per loop iteration.
So if Find returns 100 records, it creates 100 new records?
Exactly.
That can explode data if not careful.