Hi!
I'm trying to import data in the Universal GUI, but receiving a "bad request” error message after finishing all the steps in the popup. Only the following info shows up in the error log:
ERR] Invalid OData URL. The path '"/_staged_import_organisation(14200c4a-ff5d-44c8-945d-5b588e98edac)/start_commit"' is invalid. (2f035637)
Microsoft.OData.ODataException: Unsupported route. No matching entity or operation found.
I'm importing a simple xls file with company names, directly into the table. Some columns in the destination table are mandatory (some checkboxes, user and datetime field) and I am providing a set value for these during the import.
Any idea what's going on here?