Forum Discussion
Deleted
Jan 25, 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 this possible in Sharepoint workflow(Using Sharepoint designer).?
Please advise me.
Thanks.
Gokul
- You can create a web service that then runs your custom code. Simply call this from SharePoint designer with a http call.
- No, you cannot. Only thing you can do in this area is call a REST API that could expose the code you want to execute