I am creating a collection runner in postman where i want to pass the body of a request as a property in external variable. i want to pass nested json. However , i am getting error while adding thefile.
is it not allowed to pass nested json as a external file in postman?
my input would kind of like this:
{
“servicename” : “ABCd”,
“comment1_userDefault”: “Business data for user default validation”,
“purchasingOrganization” : “0001”,
“companyCode” : “0001”,
“comment1_catalogDefault”: “Business data for catalog default validation”,
Hi @vdespa I am really sorry for late reply. The Error comes as a unsupported format type. I request you to create a normal nested json file and in collection runner give it as a input data file. you might encounter the error.
Please let me know whether is it not supported or nor. If it supported then what is the way to do this. Thanks in advance