
Hello - I have a multi step form. The first step is a an insert for a record on a table named Request. Several steps down the line, there is an insert step for a record named Site. The next step on the Request table allows the user to populate a lookup for Site. The next step should then allow the user to view the Site record populated on the Request record. Please can you advise how I would achieve this? Currently the navigation takes the user to a blank Site record. Is there also a way to populate the Request lookup with the created Site to cut out that additional step in the user journey?
Thank you.