How can I insert multiply records to a form using postman?
my data is in JSON file and I use POST request:
"https://jrpostest.domjr.local/odata/Priority/tabula.ini/jrdf/SUPPLIERS"
getting the error below

How can I insert multiply records to a form using postman?
my data is in JSON file and I use POST request:
"https://jrpostest.domjr.local/odata/Priority/tabula.ini/jrdf/SUPPLIERS"
getting the error below

You can use batch request in order to insert multiple records into a parent form with one server call.
Please note that batch requests are available from Priority version 19.1. In previous versions you will need to send two POST requests to the SUPPLIERS endpoint.