Currently, the low-code automated plugins feature cannot be used for most purposes. An automated plugin can be triggered when a record on a table is created, but interacting with that record cannot be done. The "ThisRecord" function is not recognized, which is a huge problem. Using "OldRecord" and "NewRecord" throws an error saying those functions cannot be used as the second parameter of a patch statement. "Set" does not work (even though it is suggested in the built-in help) either. Without some way to refer to the record that triggered the plugin, low-code automated plugins are not usable.