Hello everyone!
I was attempting to link two separate forms to work seamlessly together.
e.g
I am assigned to evaluate three people, and each evaluation will have different results. Ideally, when I click on Person 1, their details should be pre-filled in a new form specifically for their evaluation.
Form 1: Displays the list of people to be evaluated.
Form 2: Opens when selecting a person, with their details pre-filled, allowing for individual evaluation.
When I click the ➕ icon, it should redirect me to another form where the name 'LeBron James' is pre-filled. After completing the evaluation and submitting the result (Pass or Fail), the outcome should automatically reflect in the first form.
Do you have any suggestions, or have you encountered a similar scenario before? I'd love to know how you approached it and implemented the solution. Thanks!