Background information- I am building my first very simple flow. I have a Microsoft Form that surveys our team and the flow currently emails the appropiate team member according to our clients response. To paint the "flow picture", I simply have 10 paralled branches with nearly the same condition.
Error- I am trying to add an 11th parallel branch conditioned to email my manager if a team member is rated a 7 or below on 1 of 2 seperate questions. I've tried selecting "dynamic content- Pick your account manager", "equal to or less than", and the number 7; but my flow test fails on the 11th condition. Do I need to create another flow for this?
can you post the configurationa and the error please.
Hi @derekjyow ,
Could you provide the specific configuration of a single branch and the details of the error currently encountered? Is there any error message?
Please share more details so that we can provide the right workaround.
Best Regards,
Thank you both for stepping in and helping. The condition is below and the error I am receiving is below this one.
Hi @derekjyow ,
From the error message, the value you configured in the right parameter of the Condition is not the expected type. An integer is needed here, but the actual value is a string.
Please confirm if this is the case. If this value can be converted to an integer, you could try to convert it using the int() function.
Like:
Best Regards,
Hi @derekjyow ,
Please follow the screenshots I provided to test and output the corresponding Dynamic content value and observe its type.
Now from the error message, the corresponding type of Dynamic content is not an integer, but string.
Regards,
Hey @v-bacao-msft
I tried your expression. The flow ran, but it's not sending the email. Should I have used your feedback as a new flow? See photo for the message received.
Hi @derekjyow ,
The current situation is that the current execution result does not meet the conditions set in Condition, so the result is false, which seems to be the expected result.
The logic here is that only the conditions are met before the message can be sent.
Best Regards,
User | Count |
---|---|
93 | |
74 | |
45 | |
29 | |
26 |
User | Count |
---|---|
42 | |
29 | |
26 | |
24 | |
19 |