Email Apple News articles with Title & URL in the subject line

Hi-
I am using:
//This workflow saves two variable one is the article title & one is the article URL the concactinates (title SPACE URL) and puts that text into the subject field of a pre addressed email//

This workflow accepts: Articles, URLs

Get Details of the Article

// here is where I get stuck I need to run get details twice to get the title & URL? otherwise when I run it I just get the URL //

Text [variable “art_title”,” “,variable “URL”]

Send email
email address
subject art_title URL

does this make sense? please help.

I figured part of it out…

Get details of Article: Title and Get details of Article: URL in the subject line.

Now, I get the results I want but I don’t want the title in the email message body.

Any pointers?