Forum Discussion
Charles Willwerth
Sep 21, 2017Brass Contributor
Microsoft Flow And Remote Event Receivers
I am trying to set up a Microsoft Flow on a SharePoint Online site that creates an item on a list I have an existing (working) Remote Event Receiver. When the flow creates the item in the list, t...
- Sep 22, 2017
Are you 100% sure that it's not fired? I am asking this because we were facing a similar situation. In our case it was an other app that was performing an action. It was authenticating using client id and client secret. The event actually did fire but failed at authentication. We followed an example from PnP and it was trying to authticate using the received accesstoken. When the event was fired by an app it was not receiving a correct accesstoken to be able to authenticate.
We switched to app only authenication (as fallback authentication method) using client id and secret to overcome this issue.
Try putting some logging before creating the client context and see if the remote event receiver is called.
Good luck!
Sep 22, 2017
May I ask what are you trying to achieve combining Flow and Remote Event Receivers?