I have a PowerApps V2 connector that takes in file as an input (image to be specific). The "File Content contentBytes" output of this connector comes out with correct base64 encoding but I having issues passing this to 'Create item' SharePoint connector where the purpose is to create a list item and save this base64 string to a field in a list. The output of the 'Create item' connector in the 'ImageURI' is not correct. Please see below images.

The above File Content contentBytes is what I want to save in the SharePoint list.


Above two images is of the SharePoint connector. First one is of the Input section and the other is Output where you can see the ImageURI field is not correct.
I hope I have provided information. Any help or suggestion is highly appreciated.