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
stampcoin
125
David_MA
104
Super User 2025 Season 1
Michael E. Gernaey
90
Super User 2025 Season 1