How to use REST API in SharePoint Designer 2013 to update a list item?
I have a list that contains a few columns, eg. ID, name, status, balance.
I want to use the SharePoint Designer 2013 to create a SharePoint 2013 Workflow (ie. execute in Workflow Manager 1.0 Refresh) that calls the REST API to update the content of the list, ie. use the ID as a key and update the values of name, status and balance.
I do not find a good reference from the web that can guide me archiving this goal. most of the post are related to javascript. I really want to use it inside the SharePoint 2013 workflow.
I don't want to use the OOTB function as it tights with the list GUID which make the deployment become very troublesome, I need to deploy the same workflow many times.
Could anyone help on this?