Hi everyone,
A quick question -
This is the URL I'm using to fetch the data from a source - "https://xyz.com/api/company?limit=30&order_by=created_datetime%3Adesc" with Authorization: "Basic sample_skhf48ifwlfnekf=".
This is working absolutely fine in Postman but not in Alteryx (download tool) and I'm getting an error of 400=> "HTTP/1.1 400 BAD REQUEST"
DownloadData = {"error": {"msg": "Failed to retrieve company.", "data": {"order_by": ["Not a valid choice."]}}}
Could you please help on this please. Thank you!