Hi, I am new to PowerAutomate and I am working on a PowerApps application, where I need to upload files to the SharePoint document library, using Power Automate.
The file name will be the name of the attachment and the folder name needs to be based on the value in the text input box.
E.g: In my PowerApps form I enter MYCity in the text box, then the folder name should be MYCity, and then the file needs to be added there.
So the values of the folder and the file name are dynamic. I would also like to add properties like Username (Username text field value), UserEmail (UserEmail text field value), and CityName (MYCity text field value) to columns in the SharePoint document library.
I am trying to achieve this using the PowerApps V2 connector in Power Automate.
Thank you.