Hi, as you all know, Microsoft says that dialogs are deprecated feature and canvas apps are mentioned as an alternative.
Our organization has some dialogs that use custom workflow activities and I would like to hear your experiences with replacing this functionality. What would be the best option?
I consider putting everything in a REST service, but I have to deal with security then.
Are "Actions" a good alternative maybe? They do generate a web api action as I understood. It seems that I would be able to get a value back also (a URL to newly created record for example).
Thanks in advance