Hi,
When the following flow runs, it is supposed to do the following:
- get files from a sharepoint folder
for each of those files
- get file content
- put content through an AI prompt to extract data
However, when I run the flow, the prompt returns the same output for every file which is wrong
"get file content" outputs the correct information and the prompt is set to use the output from "get file content" but it doesn't, for some reason it keeps using the same file over and over.