Frage

I want to create a workflow where update list item and increase with 1 her value. This is for like, dislike functionality.

Like field is type number: enter image description here

Where put a counter in workflow?

War es hilfreich?

Lösung

I remeber there is Do Calculation action in SharePoint Designer workflow 2007 :

So in this case ,

  • Try to calaculate the value of the current item filed "Like" plus 1 and set it to variable.

  • Then update the list item with the output variable value.

[Steps]

Calculate CurrentItem:Like plus 1 (Output to Variable: result)
then Update item in Current item
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top