Dropdown -- resend selected element

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.

I don't think there is a way of doing that. You could clear the current selection by passing in an empty string payload if that would be good enough. If you do that then clear the message pass through option in the node.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.