I am getting list of string as API response body but when I try to put it in a list viewer by iterating each element it just shows empty rows but doesn’t show string/text
API response body is :
[“One”, “Two”, “Three”, “Four”, “Five”]
I am getting list of string as API response body but when I try to put it in a list viewer by iterating each element it just shows empty rows but doesn’t show string/text
API response body is :
[“One”, “Two”, “Three”, “Four”, “Five”]
Try to just process the response. What you have above is not proper json. It is, however proper format for an array/list.
Can/have you tried:
For each item in response?
Instead of
Set variable to get object from json response
For each item in variable