Hi All;
Is there a way to query a list and send all Items output by email (one email with all items)? I have tried to put the output into a collection variable and send it by email, but the result is not good for me, i can not manage this output.
i got something like :
>{"Title":"server1","WarrantyExpirationDate":"2017-05-20T04:00:00Z"},{"Title":"server2","WarrantyExpirationDate":"2017-06-03T04:00:00Z"}]
any idea how i can get the output like :
server name | Warranty expiration date
or if i can put the result into a document using document generation ! i don't know how to loop into a document generation action so i can get all items ! any how-to ?
Thank you in advance.