Hello,
I would like to give the user the possibility to select a certain area when starting the script. The areas were previously recorded in a GDB and provided with a corresponding attribute.
Furthermore a Published Parameter was configured according to the areas and their attributes.
After starting the script, the user is asked which area is of interest to him and he can select it based on the predefined areas. So far this works wonderfully.My problem now is that my script only works as long as only one area is selected. If the user selects several areas, which should be possible, I do not get a correct selection.
To test my result I have created a tester with the following configuration.My question now is, how can I successfully select multiple areas? Many thanks for the support.