Jul 18, 2021 05:07 PM
Hi there,
I’ve found a javascript code to convert HEX codes to a name. However, as I am not a javascript coder, I need help to make changes to the code so that it works when i run it as a script in Airtable.
Here is the link:
Jul 20, 2021 05:42 PM
Welcome to the Airtable community,
Can you provide a bit more background on (1) how you want this script to interact with your base, and (2) whether you are looking for free code versus have budget to hire someone who codes.
This script is a 646 lines long library file and it access both the document object and the window object, neither of which are accessible to Scripting app. However, that does not mean that what you want done cannot be accomplished in some other way.
Jul 20, 2021 07:41 PM
Hi,
(1) I would like the script to take in RGB values from 3 fields (R,G,B). The script then needs to output into a 4th field what the colour name is. The colour names need to be basic names like Yellow, Pink, Blue, Red, Orange, Black, White, etc.