New Javascript action not returing anything

1
Hi Mendix Community,   I have created my first javascript action and seem to have a problem with the javascript action. For some reason it is not returning anything, however I can see in the browser log that it has a value.   Code: Nanoflow: Browser Console:   Any help will be appreciated.
asked
1 answers
0

You are returning it as a String value, if you want to get the image, return it as a System.Image or System.FileDocument object type

answered