Errors with same pin types

Do any of you know how to fix the error (two power output pins are connected)?
I learned from a tutorial that you need to use pwr_flags and for the most part they worked. But in one place where I connected the flag to the ground gave that error. What do I do?

Hard to say without seeing the whole schematic and the actual error messages. Maybe you connected two power flags to GND? One suffices.

Why are you using a bus to connect to ground?

I thought OP had just assigned a wider wire to the GND net. Is it possible to have connection dots on a bus?

It’s not a bus. Wires do not connect with junction dots to a bus, so I guess he used custom colors and wire thickness. But I do agree it’s confusing.

Each net is only allowed to have a single power output pin. You can’t connect power outputs together. ERC tells you which pins on the net have the power output. It looks like the PWR_FLAG is simply not needed on your GND net, but it’s also possible the other pin is labeled wrong, but that is for you to decide. Also read some more on how the PWR_FLAG works. It’s not very difficult, but it’s also easy to do wrong.

Yeah, the problem is there are 2 grounds and the flag only worked with one of them. If I don’t use the flag, it gives another error saying power input is connected to anything else

I used customs wires to differentiate power wires from other ^^