Dropdown sends a payload with the selected element. So far so good.
Immediately reusing the dropdown with the selection of the same element does not send anything. Maybe "normal", but can it be changed somehow to resend the element?
The method of using a change node or similar to reset the dropdown menu selection would be a solution, but I don't see it as a solution for the project here
Edit/Added:
Another method would be to use a separate button that runs the routine again with the previously generated data. But I would like to avoid the additional button.