View Table result

Hi,
I would like to ask you if is there any possibility to get table view as one big table.
Now when I am trying to get information about all emails I have I get one table for every email.
In example for 4 emails I got 4 tables:

Is possible to create query so that in the table will be every row represent one email?

Thank you for your time and help.

Hope my request is understandable.

Best regards

Katarina

@Katarina You could do this a few different ways. One of which would be using some accumulator functions. But there is also another way that you could use which is meant for table-like outputs which is the “SQL-Like” select statement. I’ve included the document reference below. If you look at the “Query Example” and “Output Example” it should help guide you in the right direction.

1 Like