How change the source image field HTML image?

Hi, How change the source image field HTML image from event OnLoadRecord, I’m trying something like that:

{image} = ‘<img src="…/test.png"/>’;

But doesn’t works, any idea?

You could try onrecord. Other option to try is to create a custom field and apply same trick. In this case the data is not comming from the database directly.

Hi, I must use “onLoadRecord” because I’ve the file name (image), storage in the database table. I try with OnRecord and doesn?t works.