Trying to create multiple things in the database. Created a backend workflow first to create and save multiple things. In the attached screenshot, I am trying to iterate through the API response. I have selected the actual API call I created in ‘Type of things’ which is being called in step 1. Also, the list to run this on is the result of step 1 which I have added in already, on hovering, I can see that it evaluates to the same API being mentioned on top but yet gives an error. Can anyone explain why>
When I preview the app it does not give any error but in the database, only the first result placed at 0th position is saved in the database. The remaining 9 are leaked somehow. How, do I ensure that all of them get created in the database?