Hello,(this is my first time asking for help here)
The app is an API Client(like postman)
and it can get and post(with body(in json)) data
since there are more content-types I created a list picker that has the content-types the user can pick
the variable(Contents) that holds a nested-list which has 4 lists inside it is the content-types
variable:
now when the app runs,
is where I get the error(below)
when I click the listpicker and it displays the Contents like this (Content-Type application/json) after that I click my choice the following error occurs
can anyone tell me why this happens?
ok, so I should use the SelectionIndex property to get the item so I should use the Select List Item block to get the item from the Contents and then convert is This correct?