AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.75k stars 1.1k forks source link

Add a Select in the Parameter Block input types #1647

Open Zacharieg opened 4 months ago

Zacharieg commented 4 months ago

Hello devs, thank you for this awesome work :smile:

Is your feature request related to a problem? Please describe. I would like to choose in a list of items (calculated during the workflow), each time the workflow is triggered.

To describe the need I want to fulfill : I want to automatically add some labels in a Git lab Issue for support purpose. We can categorize certain types of support demands, which are in the documentation of the team (that I fetch with a HTTP block), and for each type the labels are different. Each time we trigger the automation, the workflow will fetch all the types describe in the doc, and ask to the user wich type the support is, and add the correct labels.

Describe the solution you'd like An option to have a select type input in the parameter block, with a custom set of choice that can be parsed with variable.

You also could completely let the parameter block settings be parsed : it could have a custom set of input in each run.

Describe alternatives you've considered For now, I added a custom popin with the Javascript Block, but it could be a select in the Parameter Block.

Again, thank you for your work, this project can really save a lot of time to a lot of people, and it's open source :heart: