I have a workflow where I use an API to obtain the latest land and property data from the gov.uk website. The data is updated every month and so I need to re-execute the component containing the GET request each month.
This has been working since April, however for some reason I am getting an error message when trying to retrieve the November data. The API itself obtains the file path, latest dataset name, etc. but I am getting an error message on the Transfer Files node saying “the specified file ccod/CCOD_FULL_2024_11.zip does not exist”. I have checked the gov.uk website and their API tech details but doesn’t say anything has changed with the naming so slightly baffled!
Thanks for the reply. Here are some screenshots from the GET requests and variables leading in to the transfer files node. All the info seems to be feeding from the API calls ok but the file just isn’t wanting to be read!
What makes it even stranger is that this used to work ok and a handful of audit teams aren’t facing any issues… just I can’t run it and the majority of others.