Hi
I need to send an email when and item in the SharePoint list, is
Yes. So when an entry comes in, if the column I'm placing the condition on, is Yes, send email. If it is not, then nothing happens.
My flow seems to work, but no email. I get an error message or some sort.
Thank you for the help!
Solved! Go to Solution.
Hi @Klewis
Below is not an issue, the condition is not satisfied so the 'Yes' branch is not executed. If you had already ran the flow, then click on the executed flow and expand the trigger action 'When an item is created', you can see the value of the 'Are you experince...' column, I think it should return as true or false not as yes or no. So you can check the value like I explained above or change it to true and try the flow again.
Hope it helps, please like it or mark it as a solution if it resolves ur clarification or issue
-Sudharsan K...
Hi @Klewis
Below is not an issue, the condition is not satisfied so the 'Yes' branch is not executed. If you had already ran the flow, then click on the executed flow and expand the trigger action 'When an item is created', you can see the value of the 'Are you experince...' column, I think it should return as true or false not as yes or no. So you can check the value like I explained above or change it to true and try the flow again.
Hope it helps, please like it or mark it as a solution if it resolves ur clarification or issue
-Sudharsan K...
Hi @Klewis ,
As @sudharsan1985 said, I'm afraid that the column type is Yes/No, and you should compare the dynamic content with true or false instead of Yes or No in the Condition for Yes/No type column.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
101 | |
36 | |
29 | |
25 | |
16 |
User | Count |
---|---|
133 | |
54 | |
53 | |
36 | |
26 |