I have a single user select field on my form. I would like to update the Summary to include the selected user's name when the form is submitted. For example, the summary would start out with "New Hire: ", but after submission, it would say "New Hire: Jane Doe".
I'm also hoping to be able to add values from multiple fields into the summary field. Maybe there's a dropdown with "New Hire" and "Rehire" options, so the summary would be "New Hire: Jane Doe" or "Rehire: Jane Doe".
While I know you can link a field on a form to an issue field, you can't link multiple fields to issue fields, and when I've tried to use automation to do what I'm asking, it's failed to generate results.
I also tried to hide the summary field and set a value, but hidden fields don't appear to accept dynamic data.