My problem is that using SharePoint connector eg. List Folder, I can't use dynamic content in "File Identifier"
If I in File Identifier types something directly or uses a variable I get an error when running the Flow. But if I browse with the small folder symbol on the right it works. But as I said I want this to be dynamic:
- /Shared Document/ProjectSpecific/123
- /Shared Document/ProjectSpecific/254
- etc...

The error I get is:
"error": {
"code": 404,
"source": "europe-002.azure-apim.net",
"clientRequestId": "d85cb80f-684f-404f-82b3-7d846284c999",
"message": "The response is not in a JSON format.",
"innerError": "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
}