Dear all,
I have flow which get share point list items.
Then loop in all items in the list to compare column value (single line text) in switch.
However, one action of sending email in one switch case.
ActionConditionFailed. The execution of template action 'Send_an_email_(V2)' failed: an unexpected exception encountered when evaluating branching condition.
@Anonymous
Can you post a screen shot of your Flow in edit mode please - that will be a big help to those trying to assist.
Here is the screen captured in edit mode.
Hi @ScottShearer ,
I found the solution to issue.
Switch only work with input condition of Int and String datatype.
I cast input to Int, then it work fine.
Hi Generalstratos. How did you convert the input? My input is a dynamic value that is linked to an Excel cell. Thanks
Hi @Anonymous ,
you can use int function to convert your input to integer data type.
User | Count |
---|---|
26 | |
14 | |
12 | |
10 | |
9 |
User | Count |
---|---|
51 | |
29 | |
28 | |
24 | |
20 |