Hello guys, so im trying to configure my first API workflow, but I keep getting an error and I dont know whats wrong with it.
When im trying to import cURL http request and validate it says validation success. But after i go to preview the response it says that msg: "Empty user name, Status code R009.
Lets say that I have a excel file, which has a b c d collumns with 25 rows of data in each of them. I need to upload all of that data to the API, but it can only take one row of data at a time. Is it possible to loop the Http request upload? And if so, how?? I imagine, that when you go build parameters, their value should be a variable that gets stored info each time?
When I imported the Curl, the username, password and user_token parameters didint upload automatically. Now, when I preview the response through HTTP request wizzard, i get the response I want