Hello,
I'm trying to send a simple email test, with properties from a document library. Name in the subject shows up just fine.
What am I missing?
Hi @sfairley69 , thank you for your post.
What issues are you experiening?
I can see your email is HTML enabled, you look to get values from dynamic data.
Are you saying there is nothing in the body perhaps? just the subject appearing?
If so, we'd need to look at what is reqturning from your SharePoint list for starters.
Please post the run details and pictures of your complete Flow and it will be easier to advise.
If you have found my post helpful, please mark thumbs up.
Any other questions, just ask.
Thanks, Alan
Proud to be a Flownaut!
Hi @AlanPs1
Yes the propeties are not showing up in the email from the document library. (I deleted and added some fields.)
Here are the Document library.
Hi @sfairley69 , I have tested this and can see the same.
The best thing I can advise would be to go back to your successful Flow run, the one that generated the email and look at the JSON output of the "When a file is created (properties only)" action.
See mine below:
At the bottom end of the action, you will see several blocks like this:
The JSON for my "Created By" is the following:
{ "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", "Claims": "i:0#.f|membership|alan@domain.co.uk", "DisplayName": "AlanPs1", "Email": "alan@awtechservices.co.uk", "Picture": "https://mytenant.sharepoint.com/sites/AlansContent/_layouts/15/UserPhoto.aspx?Size=L&AccountName=alan@domain.co.uk", "Department": null, "JobTitle": null }
If any of your outputs are blank, this will be why they are blank in the email output.
Does this help you see why and give you something to work with perhaps?
If you have found my post helpful, please mark thumbs up.
Any other questions, just ask.
Thanks, Alan
Proud to be a Flownaut!
User | Count |
---|---|
39 | |
39 | |
21 | |
15 | |
12 |
User | Count |
---|---|
27 | |
20 | |
19 | |
14 | |
13 |