I have two questions regarding capturing a value from a Listbox and make decision based on that value:
1. how do I capture the value from the list below

and make decision based on that value.
ex. if (Selected.value = "REV OFF LTR-EXTERNAL") then
do.....file1.pdf
else
file2.pdf
2. How do I DEFAULT file attachment below to individual files

Thanks