This might have been tweeted before, but let me post quickly although possible duplicates.
For the color picker of format rule (not theme color), we can use HEX, but rgba color code is also working. Meaning, we are able to set the “transparency” of the color as well. Nice.
Thank’s for looking. I’ve also tinkered with it. There is some data validation done, too, as my code injection attempts failed. Unfortunately, invalid input doesn’t appear to generate an error; it’s just silently ignored.
Thank you very much @tsuji_koichi I will link this to my post:
[Transparency / Opacity in Format Rules](https://community.appsheet.com/t/transparency-opacity-in-format-rules/16629) Tips & Tricks ?
You can use Hex colors with transparency / opacity in Format Rules. This one will look like this: [image] [image] If you add the Opacity value after the Hex value, it looks like this: [image] [image] This is also working for Actions: [image] And for Map Pins: [image]_____[image] Hex Opacity Values 100% — FF 95% — F2 90% — E6 85% — D9 80% — CC 75% — BF 70% — B3 65% — A6 60% — 99 55% — 8C 50% — 80 45% — 73 40% — 66 35% — 59 30% — 4D 25% — 40 20% — 33 15% — 26 10% — 1A 5% — 0D 0% — 00
[SAMPLE APP: Emoji Table for Feeding Dropdowns and TEXT_ICONS()](https://community.appsheet.com/t/sample-app-emoji-table-for-feeding-dropdowns-and-text-icons/30008/7) Tips & Tricks ?
Hi @GreenFlux I get full list of Emoji and make it a table. This is kinda of boilerplate app or Emoji icon generator, leaving the users full selection for emoji to generate icon. I placed sample app, feel free to copy. Sample [E71EA337-0AF9-4889-A611-6295EE9EF859]