With just a screenshot it’s a bit difficult to tell what’s going on - can you give me an example in JSON format of what you’re receiving from the Notion node, and maybe an explanation of what is what, since these aren’t in English? For example, which fields specify the project folder in OneDrive, and which contain the files you want to upload?
Could you also let us know the following in case we need it for testing:
Hi @mellesc - can you share your workflow here? In the workflow editor you can hit ctrl/cmd + a and then ctrl/cmd + c to copy all the nodes, and you can share that JSON code between two sets of three backticks (```). That would help us see what’s going on in more detail
Hi @mellesc I’m not entirely sure where your binary data files are getting their naming from (is this directly how they’re called in Notion?) but you can split out your binary data from an array into separate files doing something like the following:
But that workflow doesn’t account for filenames, so you’d need to be able to fix that portion up Splitting up the files should be the way to go here, instead of one item having multiple binary properties.
Yes, It looks like the binary objects are named according to the Notion Property.
If the Property is named “Files” the binary objects will be named “Files_0”, “Files_1”,…