I have two Forms that i need to add information into the same List matching the unique ID in both. Using flows, when Form A is filled out it is added to a List and is given a unique identifier. I need to figure out how to have Form B, which will contain the same unique identifier, search the list and backfill information to that specific line item created originally from Form B.
My exact scenario is:
When work request (Form A) is submitted it generates a line item on a List with a unique identifier (Job #). The job is then assigned to a Maintenance crew member and they are emailed the details from the Work Request (Form A). When a Maintenance team member completes the job they fill out details on a Maintenance Tracker (Form B) including the unique identifier (Job #). I need those details to backload into the form and find the matching ID to continue the details of that specific job on the same line. There will eventually be a series of approvals attached as well.
I am new to all of this and have the majority of it figured out I just cannot get how to search for the ID and have it continue the line of information. I do not have a background in coding, therefore the more simplistic the explanation the better.
Thank you in advance for your help!!