You can use Filter array action to achieve that:
1. This is the output from previous action Get Item
2. Using the length function you will calculate the number of records (users) in Owner Column.
The code:
length(item()?['Owner'])
You just need to replace the Owner column name with your SharePoint internal column name.

Then the output of the Filter array action are only the rows where there is only one owner.