I am trying to publish an ETL tool to our portal and publishing itself goes okay. However, the choice lists that I have as input parameters are shown during the preparation to publish with 'display' strings, while the default value is reflected as the behind laying integer value.
Once the tool is published, there are no 'display' strings anymore to choose from, only the behind laying integer values are shown, making it impossible for the user to select the right value.
Question 1: How do I get a proper choice list, where the display names are shown to select from while the corresponding value is used for further analysis?
Question 2: Using a successful local run of the tool to publish is automatically setting default values for the user input. How can I get the choice list not showing a default value after publishing_