Link a single keyframe to point control expression in After Effects
I want to adjust the value of a single keyframe by changing the values in a point controller.
The expression that I came up with doesn't quite work because it changes to values of all the keyframes of that layer.
transform.position.key(4).value = effect("Point Control")("Point")

I tried to find a solution but I can't wrap my head around this problem.
