Hi folks, me again.
I have a collection like this:
First Last City
Peter Smith Munich
Paul Miller Hamburg
Marry Kruger New York
I am searching for a way to combine all values in (e.g.) "First" into a multiline textbox
The result sould be like:
Peter
Paul
Marry
How can i manage this?
Regards Lars
Solved! Go to Solution.
Hey @LH
Hey @LH
Hi @LH ,
Could you please share a bit more about your scenario?
Do you want to combine all values from "First" into a multiline textbox?
I have made a test on my side, please take a try with the following workaround:
Set the Default property fo the Text Input box to following:
Concat('20190701_case7', Title & Char(10))
On your side, you may need to type the following formula:
Concat('YourCollection', First & Char(10))
Please take a try with above solution, then check if the issue is solved.
Best regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
200 | |
96 | |
56 | |
51 | |
41 |
User | Count |
---|---|
264 | |
157 | |
83 | |
80 | |
56 |