Hi,
I get a weird behaviour when trying to move files from Dataverse to SharePoint.
First, I get Notes with .jpg attachments in Dataverse
Then I do create a folder and a file.
When creating the File, in the file content, if I choose items('Apply_to_each')?['documentbody']
it works, however file cannot be opened in SharePoint as incorrect format, found that I need to create the file using base64ToBinary
But the weird thing is that when I use: base64ToBinary(items('Apply_to_each')?['documentbody'])
it gives me an error with: The template language function 'base64ToBinary' expects its parameter to be a string. The provided value is of type 'Null'