
I am building a ServiceNow Quality Review application. I have created galleries that contain specific ticket types for review. I want to be able to click on a record in a gallery that will then pre-populate three text fields: Number (ticket number), Analyst (Assigned To), and Ticket Date. These text fields are not in a form. I have found that a form does work with a gallery to pre-populate these fields once you select a gallery record, but is there a way to achieve this same solution with fields that are not in a form?
I am using this formula to pre-populate the text fields - which will only allow me to pre-populate the first record in the gallery.
Gallery1.Selected.'Number'
Gallery1.Selected.'Analyst'
Gallery1.Selected.'Ticket Date'