Hello,
I created a migration for insert rows to product structure. But i need to exist check on migration rules or something like that. Because when i use twice same migration about my case, the rows created twice. So i dont want to do this.
I need a little bit help for avoid this situation. If the row values are exist than it should try to only modify instead of new.
Best regards.