However, it seems to be more difficult than i anticipated.
I tried to create a function that sends the table as a mail. But all the values come back as "null"
lastName = context.get("udf_sline_3303");
company = context.get("udf_pick_1217");
location = context.get("udf_sline_21");
and then used the mail notification to output a table, which i wanted to send to Power Automate to convert it to a PDF. But i was hoping that there is a better way of generating such a document.
Sadly print preview of the ticket is not formatted correctly and is not something i would feel comfortable sending to a new user.