Forum Discussion
Deleted
Jan 24, 2018Custom code in Sharepoint workflow
Hi Team, Can we add custom code to Sharepoint workflow.? For example, I have a requirement which will check the file type in my documents. If filetype is HTML, I have to run a custom code. Is thi...
Jan 24, 2018
You can create a web service that then runs your custom code. Simply call this from SharePoint designer with a http call.