Hello,
In my Google Sheet, I have multiple hyperlinks in a given cell. How do I get all of these hyperlinks in one cell to translate onto AppSheets as still hyperlinks and all separate clickable links? I have already tried doing Enumlist with a base being URL but still having difficulty. Ideally I would like to keep the hyperlinks in the Google Sheet Cell but don't mind having the document name: then URL. The biggest thing would be having clickable URLs on the app reading the document name attached to the URL on the Google Sheet but I do not want any actual URL strings to be in the AppSheet as those are quite long. I tried a few expressions but they still have not worked either. Looking for a few solutions understanding that AppSheets cannot read multiple hyperlinks in one given cell and that expressions or workarounds may be needed.
Since AppSheet does not natively support multiple hyperlinks in a single cell while preserving their display names, youโll need a workaround. Here are a few approaches:
If the number of hyperlinks per row is relatively consistent (e.g., 3-5 links per entry), the easiest way is to store each hyperlink in a separate column:
ID | Link 1 Name | Link 1 URL | Link 2 Name | Link 2 URL |
1 | Document A | Document B |
Feel free to contact me if this solution didn't work there are more solutions to it but i believe it will work
User | Count |
---|---|
16 | |
8 | |
7 | |
3 | |
2 |