I've gone through several different discussions and tried a few different things but I'm still not able to get my workflow to run.
I have about 5 multiple lines to text columns and 4 of them would normally not be filled out until a different part of the review process later on.
I have a few compose items set up with a replace so that the information shows up correctly in the email, however the email will only send if there is text entered. Hoping there is a way to either enter default text or a workaround. I tried using length but I think I may be missing something somewhere.
VERY new to formulas.
Thanks!
Solved! Go to Solution.
Hi @DCNehs
Below is the expression you need to use.
replace(coalesce(outputs('ComposeInterimAction'),''),variables('EnterKey'),'<br>')
@efialttes , I had a conversation with @DCNehs regarding another post and this was part of the fix. Thanks @efialttes for the update.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsHi!
Default text in case of null?
coalesce() WDL based expression should do the trick
Hope this helps
Proud to be a Flownaut!
Hi @DCNehs
Below is the expression you need to use.
replace(coalesce(outputs('ComposeInterimAction'),''),variables('EnterKey'),'<br>')
@efialttes , I had a conversation with @DCNehs regarding another post and this was part of the fix. Thanks @efialttes for the update.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsNo problema. My first response was just a general recommendation.
Guys like you make Power Automate community awesome. Thanx for providing the detailed expression!
Proud to be a Flownaut!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
14 | |
4 | |
4 | |
4 | |
4 |
User | Count |
---|---|
11 | |
6 | |
5 | |
5 | |
5 |