Hello,
I have a flow that sends out a text message to people using Twilio, but it's been giving me problems. First it was failing on a lot of messages as it would add a /n to the end of emails and complain that it expected a string. That was fixed by changing the expression for dealing with strings and I thought it was fine. But now today I am seeing errors where it's saying conditions have failed and I'm not sure what to do. Here is the flow step by step:Step 2
Step 1
Here is what is happening:1
2
3
Hi @zerou
According to your screenshot, the action of sending message and email fails because the condition is false.
You can check whether the value returned by When a row is added meets your condition.
Best Regards,
Levi
Hello,
I'm still at a loss for what the problem could be. I made some changes to the replace function and it's still failing with:
//Unable to process template language expressions in action 'Compose_2' inputs at line '0' and column '0': 'The template language function 'replace' expects its first parameter 'string' to be a string. The provided value is of type 'Null'. Please see https://aka.ms/logicexpressions#replace for usage details.'.//
Hi @zerou
The error message shows that your compose output is empty, please check your compose output in the running history.
Best Regards,
Levi
User | Count |
---|---|
93 | |
39 | |
24 | |
21 | |
16 |
User | Count |
---|---|
129 | |
49 | |
48 | |
31 | |
25 |