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:
I created the list this way so it can be turned into a dict when needed
I also created a variable for the choice selection
variable:
This variable(dict) is there to hold the changed data(the one changed from list to dict) from and it holds a default value
variable:
also here is the block that change the list to dict
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?
runtime error:
app: