Good Afternoon,
I want to create a folder and put files in that folder through my app.
I'm struggling to get my flow and my code going.
This is my flow:


And for the 'OnSelect' of my button I have
CreateFolder.Run(TextInput1.Text, {file: {name: First(attach.Attachments).Name, contentBytes: First(attach.Attachments).Value}})
When I click the button I get an error 'server did not receive response from upstream server'.
I also have another textbox (TextInput2) that I would like to put the url of that new folder into. Is this possible?
Any help with this would be greatly appreciated.