Hi! I am thinking this may be an obvious one, but I am new to Power Automate. I have a flow that proceeds like this:
When a new response is submitted > Get response details > Create new folder
Then it goes through 8 Condition groups that all pull the attachments from the question if any were uploaded by the submitter and it moves on to the next condition if not. It goes like:
True > nothing
False > Parse JSON > Get file content using path > Create file (in Share Point)
After it goes through all 8, it proceeds:
Create response file > Create sharing link for a file or folder > Send email
It goes through the first condition with no problem. I get an error at the "Get file content using path" step of Condition 2. I entered the file path info exactly as I did for condition 1, just changed the question. The folder successfully populates in Share Point with the attachment from Condition 1 in the folder. Each time I test I delete the folder so I don't think that is the problem.
Wondering if anyone can provide help with this? My IT dept can't support me and referred me to this forum... Thanks in advance :)