I have created an automation for an item to duplicated in 2 separate boards when a status changes. The issue is that only one item is being moved to one of the other boards. The other copy just stays in its original board.
Welcome to the community! Hard to tell without the exact automation you are using. In general if you use something like this:
when something happens
move item to here and then
move item to there
I guess the item will never arrives “there” as it is already to “here” when the automation is running. I guess you need to duplicate on the original boards and then run the move on every duplicate.
-when something happens, then duplicate the item, and then move item to Board 1
-when something happens, then duplicate the item, and then move item to Board 2