문제

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?

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top