Please change
replace('%text%','OD32_01', response);
to
replace('%text%','OD20_01', response);
because it is the answer to OD20_01 that you want to use in the placeholder. As an option, you can also use the $items variable:
$items = value('OD20_01');
debug($items);
replace('%text%', $items);