I am calling login feature from another feature under background tag by passing un, pwd and endpoint url like below. Login feature is running successfully but the response of it
When you pass a data table/ JSON array to the called feature you will get JSON array in return.
Here result object will have JSON array/list like data, so you have to read that variable accordingly
result
for the above example try,
* print result[0].response * print result[0].responseCookies