Add support for dynamic scripting
Not sure if there is a way to do this currently, but it would be SO COOL if we were able to store a snip of script code in a paragraph field on a record and to be able to execute that in the application scripts by calling some function on that field.
This could allow for dynamic handling of data processes without putting in conditions in the application script, rather it would lie on a parent table record and when a child record gets created, the child table before insert script can call the parent field that holds the script to be executed.
