Hello,
I have two collections with Parent/Child relationship.
I am building a wizard style (multi step app). In one step I need to add item to the child.
I created a collection form and event to save the data.
When I SUBMIT, I am getting an error.
Is there any way to understand what is the error? Here is the request from the browser:
Request URL:
https://tax21583.api.preview.drapcode.io/api/v1/open/collection-form/case_aoa_details/items
Request Method:
PUT
Status Code:404 Not Found
I tried to change from POST to PUT and vice versa but it didn’t help.
Thanks!