I don't have Construct 2 installed on this computer but if you don't need physics behavior you could just use something like this:
Box is overlapping ConveyorBelt at offset (0,4) -> Box set x to (self.x+3)
If you want the conveyor belt to move the object to left instead of right use: set x to (self.x+(-3))