Quantcast
Channel: behalf – 100% Private Proxies – Fast, Anonymous, Quality, Unlimited USA Private Proxy!
Viewing all articles
Browse latest Browse all 7

Workflow 2013 keeps updating the items on behalf of the users, even if the condition does not match

$
0
0

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]:- enter image description here

but the problem in my case is that whenever i update the item , the workflow will cause the item to be updated, as follow:- enter image description here

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!.


Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>