Forum Discussion

DiegoGravina's avatar
DiegoGravina
Copper Contributor
Oct 10, 2024
Solved

Configuring Approval Flow for News Posts Only in SharePoint

I’m creating a SharePoint site for my HR team to manage and share organizational announcements. On the home page, I’ve added the News web part to showcase these updates. I would like to trigger the o...
  • vlecerf's avatar
    Oct 13, 2024
    Hi Diego,

    You should modify approval workflow template to include a condition that apply only on News.
    The problem that is a news is a site page content type, well you need to add a column to be able to specify in news property that is a news.
    I suggest that you create a new column in your site pages list, type of Yes/No with the name News and default value false.
    Then, when you create a news the right side panel give you access from properties to this news column. You just have to click on yes.
    Then, in your flow you can add a condition on this new column to run approval only on pages with news to Yes.

    Hope it will be helpfull,
    Have nice day,
    Rdgs,
    Valentin

Resources