But these images arenโt available to choose from when an image column is added to a table. Users can upload new images, but they canโt select from this set of icons- unless they had downloaded them ahead of time.
@ipannolinidiAurora asked about using these icons in a tableโs image column this morning and it inspired me to build a new sample app.
I found a set of Font Awesome SVGs on GitHub and copied all the names into a new, public GSheet for others to use.
Then, I built a sample app using only the text-name, and a virtual column to retrieve the image:
"https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/solid/"&[Name]&".svg"
Duuuude!!! Thanks so much @GreenFlux this is amazing!
You donโt know how many times Iโve wanted a way to give my clients the ability to select their own map icons and things - but there was never a good way to get the icons to them.
You da man!
Awesome Sample Appโฆ thank you for sharing!
The search works great & I also love the familiarity with the icons.
Thank you for sharing and spending bunch of time and works to prepare sample app.
This is super useful.
On the other day, I posted a ONE PAGER image for the list of icons. I took another clean screenshot.
If you are fine, add this file to your sample app as additional resources. Thanks again.
 and they haven't been updated in a couple of years. Any idea if someone out there could update that list?
Hi I know it's been a while since this was posted but I just found it and I hope someone can help me. I'm new to appsheet and not a very fluent english speaker, so I hope I can make myself clear.
I want to use this but I don't know if I can use it the way I'm intending:
Can this be used as a selection source from the details view?
Let's say that I'm creating a new task or row, there in the details view there's an option to upload an image for that row (the camera icon), if you click it it opens a window to take a picture or select a file from the device. Can this be used instead of that?
I checked the sample app and it is a gallery with all the icons displayed, but I don't understand how I can make it work the way I need