I’m trying to create a collection from a REST API endpoint. I keep getting the error message “Cannot read properties of null (reading ‘reduce’)”.
In Postman i am able to successfully fetch data from my endpoint without any hiccups, in the weweb workflow editor, a REST API request successfully returns my data. The problem is in creating a collection using REST API as the source.