Skip to main content

Hi,


We have a workflow requirement that if an item exists in SharePoint List then do execute Update SharePoint List Activity and if not exists then Create the item in SharePoint. How can i achieve this? In particular how to check if the item exists and the line rule configuration.


Thanks


 


 


 


 


 

I just figured this out. Its all about line rules. Now my dilemna is how handle null values if the list item does not exists.


May be you can use SharePoint Search event wizard. Then use one of the Inline function to check for null values because the search will return empty


Thanks for the reply. I already got the SharePoint Search Event working but not sure how to check if its null. What is the inline function called?


 


The inline function is called "Empty String" It is under "Text" category


Reply