Dynamic Code Column

Hi ! I’d like to suggest a feature inside monday. It would be so nice to have a dynamic “code” column. We enter code in any language (html, css, json, php…) and have the ability to dynamically get this code populated by the other columns value. Exactly like the Formula column, but for code. Right now I’m using Formulas for that, but it’s a pain because certain characters are reserved for the formula example " or { etc. so we have to change the code, create concatenate functions, transforme characters into CHAR(ascii_code), etc. A code column that accepts those characters as is, but can take a value from the other columns in the row, that would be fantastic. Right-click copy, paste into our website and voilà. It would be a great help for developers of client-side only code. Thanks !