Good afternoon - Looking for help on the following:
1) I have a gallery with parts/services for users to select. IF a user selects a checkbox(es), I would like the 3 data fields (ItemCode, Description, and Price) from the gallery to be passed to my PO request screen and the 3 data fields info put into the Text Input Fields (Line1PartNo, Line1ItemDescription, Line1UnitPrice) on PO screen. I'm thinking I have to do something with variables...

PO Request Screen:

1A) How do I handle if a user selected multiple gallery items and have the data populate to correct text input field (as I'm not using a form on the PO Request Screen)
2. How do I reset/clear the check box control if someone uses checkbox to select item(s) when button is selected?
Reset function didn't seem to work...

Thank You