I've changed my path to reflect your
Patch('Vehicle Check',Defaults('Vehicle Check'),Form1.Updates) Patch('Vehicle Check',Defaults('Vehicle Check'),FirstFields.Updates, SecondField.Updates, ThirdField.Updates, FouthField.Updates, FifthField.Updates, SixthField.Updates, SeventhField.Updates, EighthField.Updates)This is a lot cleaner and works as required, Thank you.
The problem i have with attachments still remains,
On my first field input screen 'firstfield'
It picks up the first name and last name two fields i have in sharepoint list, I then have added the attachment field, If i take a photo on the app this shows in my sharepoint list as expected and the details all show as i would like.

I then have a second form page with called 'secondfield' on another page on the app
this has more fields from the same list vehicle make, model, fleet number and these update the sharepoint list as i would like.
I've again added the same attachment field
When i take a photo or add an attachment from the second field it updates the form and removes the attachment made in the 'firstfield', What i would like is to be able to add an attachment on firstfield and another on the second, Not replacing the first attachment made in the firstfield but as an additional attachment.

first attachment field on firstfield has Update: DataCardValue70.Attachments
second attachment field on secondfield has Update: DataCardValue71.Attachments
I've tried putting them both as Update: DataCardValue71.Attachments i get the same results only one attachment shows in my sharepoint list

Is there away of instead of updating the attachment field it combines all the attachments from all the editforms to the same attachment field?
I know there is currently no way to have more then one attachment field but if there is away to combine all them that would work for my situation.
I see the question of adding more attachment fields has been asked mutiple times but this is an example of it
https://powerusers.microsoft.com/t5/General-Discussion/Create-multiple-Attachments-in-single-powerapp-screen-and-share/td-p/201231
Although this would be better, A solution work around for me would be to combine all attachments to the one field with in sharepoint, is this possible?