Problem Statement: I was using the OneDrive connector "Get file content" to grab the attachments submitted via Microsoft Forms and then move them into a SharePoint library.
Past (Expected) functionality: The folder selector let me click through the file tree and select the folder I have the attachments in. It filled the File parameter with the chosen path.
Current functionality: I can click through the file tree, and I can interact with the GUI (pictures attached), but it does not fill in the path anymore. If I manually type out the path into the File parameter field “/…/Apps/Forms/Form Name”, it gives me an error when I go to run it.
Preceding event: The form originally had a name of “Form (2)” (created as a copy of a pre-existing form named “Form”), which created a directory in OneDrive by the same name for storing the attachments submitted with Form (2). I renamed Form (2), but the OneDrive folder kept the name Form (2).
I set up the flow to grab the attachments from the Form (2) OneDrive folder, and move them into the SharePoint library, and everything worked perfectly despite form name now differing from the name of the OneDrive folder.
However, after I changed the name of the OneDrive folder to match the updated form name, I could no longer select the new path. In fact, I can’t select any path. All the folders are still discoverable through the folder tree in the connection, and if I click on them the GUI darkens to indicate that I clicked on a folder, but nothing happens. Typing out the path name yields an error during runtime.
Attempts at remediation: Restarting my laptop, deleting the connection to OneDrive and re-establishing it, deleting the connections and re-adding them, and finally clearing the cache from my browser for the last 24 hours.
Request: Is there something I am missing to restore the past functionality? If there's nothing I can do and the GUI element is permanently broken, how do I manually describe the OneDrive path in-code because typing out /.../Apps/Forms/Form Name generates an error