Run Button - Field variable issues

I’m trying to accomplish this:

The grid will select a number of records from my database table: Item. From there, I want to select the checkbox of a single record and have the unique key column ItemID passed and used in my Run Button code.

I’m currently calling that field variable with {ItemID}, but it is not receiving the variable because it errors undefined variable every time.

What am I doing wrong??