Flow is triggered by "when a feed item is published", and creates a news link in a SP site pages library. It works but duplicates items added to the feed maybe due to the article being updated. Even if the title field in site pages is set to "unique", it still creates the duplicates (but checked out so they don't display in a news web part).
To block the duplicates, I created a 2nd flow triggered by items being added to site pages which changes a yes/no field to yes, so I can use a condition in the first flow to prevent a news link being created if the field = yes. I get "success" messages but the news links aren't being created because :ActionBranchingConditionNotSatisfied. The execution of template action 'Send_an_HTTP_request_to_SharePoint' skipped: the branching condition for this action is not satisfied." I obviously have the logic and /or the sequence wrong, but can't wrap my head around why.