0

I have a SharePoint list which contain info about 10 sites with these 2 main fields:-

  1. SiteURl
  2. ListGuid

as follow:-

enter image description here

now if i dynamically pass the SourceSiteURL and SourceListID to the GetFiles action, i will get this error:-

The response is not in a JSON format.

Although the values are correct inside the run history:-

enter image description here

If I select the values from the dropdown the action will work..a any advice why i can not pass dynamic values to the GetFiles action?

1
  • Power Automate communicates with SharePoint via a REST API, so test your filter in your browser: [https://[domain].sharepoint.com/sites/[your_site]/_api/web/Lists/GetByTitle('[your_list]')/items?$filter=[your_filter]] If it returns data, the problem isn't with the filter. If not, try removing part of the filter (for example, I would remove the date portion). Commented Nov 2 at 17:14

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.