How to change product physics

Hello, I am new and I need help. I have carousel and as I move the puck to the carousel the physics of the puck changes. The puck has physics #Kinematics but I need #InPhysics. I am attaching a video. I will be thankfull for any help.
VC_problem_with_physics.mkv (1.9 MB)

Probably attaching the component changes the physics to kinematic, which makes sense because otherwise it would not follow the parent it got attached to.

Any kind of grab and release actions might be doing that attachment. Check the Python scripts for “grab” calls.