Forum Discussion
Untuvakana
Jun 03, 2021Copper Contributor
Creating a flow to change promoted state of a page
I want to create a flow using power automate that changes site pages promotion stage from 2 to 0 every month if page doesn't consist certain name. This is so pages doesn't show in news feed after cer...
RobElliott
Jun 07, 2021Silver Contributor
If you can post screenshots of your flow I'll take a look and see if I can see what's causing that.
Untuvakana
Jun 07, 2021Copper Contributor
- ekarimDec 24, 2021Brass Contributor
This was the only way I could update the PromotedState field:
_api/web/lists/GetByTitle('Site Pages')/items(###)/validateUpdateListItem { "formValues": [ { "FieldName": "PromotedState", "FieldValue": "2" } ] }ā
Ellis