Hello, I have a job with three options. Into the first one the user selects an AD domain, then in the second the user types few characters, and in the third the result of the search in the selected domain appears. The result basically shows a list of user names to be selected. Behind there is a python script that performs the search and makes available the results on a web server. The Python part works. If I open the URL in a browser and replace the variable with real values, it returns a list of users matching the search criteria. But in rundeck the option that should show the list of results say:
In the option where the results should show up I've set the following remote URL:
and I've also set a command step with the following (I don't know if necessary):
echo "Selected user: ${option.user_names}"
I can't see where I'm wrong. In the domain names that a user can select there are no spaces.