New/Update Feature: Filter Options in Choice List depending on another Input #59590
Unanswered
NonfriPax8
asked this question in
Actions
Replies: 1 comment
-
This discussion have proposed something similar: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Product Feedback
Body
It would be pretty efficent to be able to filter the list provided in a choice, depending on a previous set input.
For Example:
I have a GHA workflow that takes in the following inputs:
The given scenario is to address when running a similar setup of automated tests that are owned by a specific team.
So given this scenario, I would like to be able to kick off the GHA workflow in which i was able to choose a team name and the list of xmls under the suiteXML choice list changes depending on the choice option selected for Team Name.
Ideas:
This seems like a pretty easy configuration to setup to have a dynamic responsive dropdown in the Workflow setup. Now when a team member from "HackRockAThon" decides to kickoff this workflow, the suiteXML list will automatically filter to show only the available options for "HackRockAThon" Team.
This would help so much in Teams using the actions appropriately and another team cannot mistakenly kickoff another teams owned choices. Current implementations are creating multiple workflows that call the main automation workflow. Each duplicative workflow is only contains the xmls that are tied to their team.
Beta Was this translation helpful? Give feedback.
All reactions