Pergunta

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?

Foi útil?

Solução

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
Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top