Can skuid put custom render (run a snippet) on children template field

Hi Poc, if you need to insert the raw value of a field,  you can refer to it with merge syntax, using triple mustache brackets. Like {{{CreatedDate}}}, for example. This will strip out the default html that is rendered along with fields, and just display the raw value. There’s a lot you can do with merge syntax - you can read about it here: https://docs.skuid.com/latest/en/skuid/merge-syntax.html

You can also check the box on your field properties to “Allow HTML” if you need to write your own HTML alongside field values. The HTML should mix in very well with any fields you refer to using merge syntax.