Feb 07 2019 05:08 PM
I have been unable to find a way to inspect News article page metadata via a Flow action. From looking at all the content through SharePoint, it would seem that a news article is essentially just a regular aspx page, but with a "Promoted State" value of 2 instead of 0. However, I'm unable to inspect this data within Flow. Similarly, I can't seem to find some of the other metadata properties, such as Author Byline, First Published Date, Like Count, etc.
If I use the "Get File Metadata" action, it only seems to pull the bare bones, such as LastModified, DisplayName, ID, Path, etc. Is there a different action I should be using to get the metadata I want (as above), or am I configuring this incorrectly?
Feb 07 2019 06:43 PM
Feb 08 2019 10:01 AM
Unfortunately they're not there for me. Once I click on Show More, the complete list I get is:
None of the other columns show up.
Feb 08 2019 01:57 PM
Feb 08 2019 02:01 PM
Feb 08 2019 02:47 PM
Appreciate the help! The trouble I have with that is using the Update File Properties or even Get File Properties can't be pointed at the SitePages library -- only the default Documents library (but that library doesn't contain the content I'm looking for).
Feb 08 2019 03:12 PM
Feb 08 2019 03:32 PM
Feb 08 2019 05:02 PM
That's unfortunately a bit beyond my expertise level, but I appreciate the response. 🙂
Feb 08 2019 05:10 PM
Feb 08 2019 05:15 PM
Feb 08 2019 05:42 PM
Feb 08 2019 05:55 PM
SolutionSo You do a trigger, whatever that is, Then get file properties pointing to same Site pages library. Then in any action after as shown in e-mail one I can reference it. I could use it in the Condition action as well by adding in Promoted State is equal to 2 etc.
Feb 11 2019 10:36 AM
Perfect thanks! Turns out it was the trigger which was causing issues. I was using "When a file is created in a folder" and not "When an item is created."
Interesting though, because the version I used still triggered correctly, it just didn't pull in the metadata for which I was looking. Thanks for the help, you solved it! 🙂
Feb 08 2019 05:55 PM
SolutionSo You do a trigger, whatever that is, Then get file properties pointing to same Site pages library. Then in any action after as shown in e-mail one I can reference it. I could use it in the Condition action as well by adding in Promoted State is equal to 2 etc.