Script Report python file return's advanced Use

So to help others:
You can return from python file like below

return columns, data, [ ], [ ], [ "Data 1", "Data 2" ]

and the last parameter will be available in html under the variable of data_to_be_printed enjoy :slight_smile:

1 Like