I have a SharePoint list which contain info about 10 sites with these 2 main fields:-
- SiteURl
- ListGuid
as follow:-
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:-
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?

