I've got a flow that reads in Azure DevOps work item details using the 'Get work item details' action. This action has 'Work item type' as a required field with a long list of possible values.
In my use case it doesn't matter what the work item type is, but it can be one of two values: Either 'User Story' or 'Bug'. Is there a way to use a wildcard or an 'or' function in this field so this action picks up those two work items?
I'm sure there must be a better way rather then duplicating the entire flow so I have one for User Stories and one for Bugs. Cheers
Categories: