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.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
6 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
7 | |
7 | |
6 | |
5 | |
5 |