Hi All,
I'm trying to create a flow, where i connect to AzureDevOps (get query results) as my data source, and based on each query result, i want to send an email to a different person.
Incoming field i want to use is 'Area Path' from the 'get query results' output for each work item it returns.
Something like,
If 'Area Path' = /some hardcoded path value'
Send email to personA@work.com
else if 'Area Path = '/some other hardcoded path value'
Send email to personB@work.com
Any help is appreciated, thanks in advance