Hello!
Was wondering if someone could help me format this concat expression:
Solved! Go to Solution.
Hi @Mailmansgotmail,
Instead of use </br>, you could insert a Breakline string into it, for example:
Initialize a string variable, click once "enter" keyboard button, then the expression should be:
concat('ApproverName: ',item()?['responder']?['displayName'],variables('Breakline'),'ResponseDate: ',item()?['responseDate'],variables('Breakline'),'Comment: ',item()?['comments'],variables('Breakline'))
Run result:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Mailmansgotmail,
Instead of use </br>, you could insert a Breakline string into it, for example:
Initialize a string variable, click once "enter" keyboard button, then the expression should be:
concat('ApproverName: ',item()?['responder']?['displayName'],variables('Breakline'),'ResponseDate: ',item()?['responseDate'],variables('Breakline'),'Comment: ',item()?['comments'],variables('Breakline'))
Run result:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
7 | |
2 | |
2 | |
2 | |
1 |