Why shellscript using screencapture -R with variables does not work?

I am trying to figure out why shellscript using screencapture -R with variables does not work?
It works just fine with actual numbers. What is wrong with my syntax?

All the variables derived from the another KBM action that determine LUQ and RLQ coordinates of the mouth and calculate the rectangle size required for screen capture -R.

This doesn't work because those "Execute Shell Script" actions do not share environmental variables between each other.

Put all of the commands into one "Execute Shell Script" and see if it works.

You are completely right!
It works perfectly!

Thank you very much,

bs