I want to set the default value of 1 of my parameter using the other selected parameters dataset value. for example, the content of the dataset is something like
[{'name': alex, 'id': 1},
{'name': bloom, 'id': 2},
{'name': kelly, 'id': 3},
{'name': david, 'id': 4},
{'name': lyn, 'id': 5}];
then in previous parameter, the user choose for name = alex, then how to set the next parameter value = 1, which the previous parameter's id.