Hi,
I have a DetailScreen with a datacard called "Links" and I want to display several URL hyperlinks in it.
I have created an hyperlink column in my Shrepoint list but it allows only one URL. Is there a way to put several hyperlinks in the same field, or do I have to create one field per URL..?
Hi @charlie75
In SharePoint you can try to create a simple text field and then store it with a separator (for example ,) so in the field you would have text like this:
www.mywebsite.com,www.mywebsite2.com,www.mywebsite3.com
Then in PowerApps you can use Split() function to split it by , and it will return you a record with 3 items.
User | Count |
---|---|
174 | |
115 | |
85 | |
44 | |
41 |
User | Count |
---|---|
238 | |
150 | |
131 | |
77 | |
73 |