Forum Discussion
Mike Jansen
Nov 28, 2017Iron Contributor
Sharepoint webhook vs. Azure function. What to use when?
Nowadays new possibilities keep coming very frequent. I'm a bit lost.
What shall I use when? Suppose, after an item is added to a list I want to execute some custom code.
I do, at least, have two...
Mike Jansen
Nov 29, 2017Iron Contributor
Joel Rodrigues Indeed, that's what I would prefer.
Btw Andrew Connell, I saw a response from you in my mail but it's not in this thread anymore. I do have a question though. Do you mean to use an Azure function without Flow?
Anonymous
Nov 29, 2017I think it really depends what you want to do.
- Mike JansenNov 29, 2017Iron Contributor
Deleted By default I try to avoid custom code in SharePoint as much as possible. However, sometimes you do not have any other options. So if I NEED to use custom code I think the Flow/Functions option will be my way to go. Have it in small "parts" so easy to maintain by others. For example in a current scenario I need to copy a listitems from a subsites to a list at site-collection level. Nothing too special but I need the "new-item" trigger.