I have a flow with an action that creates a JSON file in a specific folder (this is inside a For Each loop). After the loop, I have another action, Find Files in Folder (OneDrive), where I pass the name of the JSON file that was created and the folder where it should search as parameters. The output of this action returns a Body = []. In other words, it’s empty.
Upon checking, I see that the file was successfully created in the first step, but for some reason, it is not found.
What could be the problem?
I have already made sure that the file is created correctly before using the search option.
New contributor
2