Library multiple choice in arguments

I just wonder if it is possible to implement multiple choice in input in arguments…

Hi @Paulina_x

There is no straightforward way to do this, or rather you won’t be able to achive this kind of functionality as for now.

What you could do is add argument of type array and store the values you want to use inside it.
You could write all the possible values as default array so it would be visible when opening invoke workflow or add the possible values to the tooltip(description) of the argument.

Another way could be adding a string with options separated by some sign for example semiclon「;」and split it into list then use it.