I am trying to create a azure work item on email but wanted to avoid creating duplicate work items if a email arrives with same subject.
I tried the below but the problem is for true it doenst do anything which is what i need but for "Get query results" give other items in the list which are makes the condition false creates more duplicates. Please help. Thanks in advance.
Hi @hashik4d,
Try a Filter Array action instead of checking each individual item in a loop. This way you can check for all items at once.
If that Filter Array action comes up empty you can safely create a new work item. You can use a length function in a condition for that check.
Below is an example
length(body('Filter_array'))
is not equal to 0
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional