Hi @bakrious12
So is it placing repeated items? because ideally that if condition will be executed only once that is the first time. Is that what you want or you want to control when to add and not add items?
In the screenshot before this I saw you used a for loop so the bulk add is getting executed multiple times with the same dt for each row, that is the issue for multiple additions
cheers