Hello,
I have two forms in Power Apps connected to two tables in SQL. For the first form I have only one registration, from the second form there are 4 registrations. I want to create a unique id for each record. After completing the first form, I wanna see all the records from the second form with the same id as the first form.
e.g. I have a car number in the first form, in the second form there are a series of technical problems with the car. In the first form it creates an id for car, but in the second form it creates an id for each record for the same car. I want the id for the record in the first form to be the same for all the records in the second form.