I am working on a sharepoint online classic team site, and i added a custom list which contain a field named “Responsibility ID” which is of type “Single line of text”, and i set it as hidden inside the New/Edit forms using this PnP script:-
$ fieldTitle = "ResponsibilityID" $ customfield = $ Context.Site.RootWeb.Fields.GetByInternalNameOrTitle($ fieldTitle) $ customfield.SetShowInEditForm($ true) $ customfield.SetShowInDisplayForm($ true) $ customfield.UpdateAndPushChanges($ true) $ Context.ExecuteQuery()
then i define the below workflow 2013 to get executed when item is added/updated, and i chose to update the “Responsiblity ID” to be equal to RES[ItemID]
:-
but the problem in my case is that whenever i update the item , the workflow will cause the item to be updated, as follow:-
so not sure why the IF statement inside my above workflow is being ignored? so even if the “Responsiblity ID” equals RES[ItemID]
, the workflow will update the item.
The post Workflow 2013 keeps updating the items on behalf of the users, even if the condition does not match appeared first on 100% Private Proxies - Fast, Anonymous, Quality, Unlimited USA Private Proxy!.