Hi there,
I'm trying to upload a file to SharePoint from a PowerApp using the V2 trigger in Power Automate but I'm having problems with the formula used to run the flow. I've been following Shane Young's video (Power Apps Upload File v2 to SharePoint Document Library (youtube.com)) walkthrough for this but I'm always having the a warning come up saying "Missing Column. Your formula is missing a column 'name' with a type of 'Blob'. In Shane's video, he says that this can happen if you miss the capital B in contentBytes, but I've definitely go that bit correct.
This is the code I'm using in the OnAddFile property of an Attachment Control:

This is the warning that keeps coming up as well:

This is the Flow that I'm using as well. This was made the same way as in the video using the new designer:

Any help on this would be really appreciated.