I have a input created that reads locations from an api with the fieldname set to selectedLocation, I can select the 3 locations that my api provides, so far so good
in another option list I am trying to read from another api to get a hostname this api needs to get ?location= appended.
according to the docs I could use results.location = input.selectedLocation as a request script, but I cant get this to work. any idea what I am doing wrong?
I think the examples are based more around the Morpheus API type lists that handle the request params slightly differently. I’ll get that example updated.