Read tag values on a report

Yes, you can. Did you try?

An example,

data['myKey'] = system.tag.read('[default]myTag').value

Probably should use readBlocking, but I’m sure you get the idea.