Issue in creating the Event trigger in Orchestrator?

Hi,

Here i am trying to create an Event trigger, when list item added to the Share point list the dispatcher bot has to trigger, but the problem is when i try to create a trigger i am getting the below error

Not even showing the SP site name for the perticular ID, though the ID is having the full control for the SP and it has the SP connection in orchestrator.

How to resolve the issue ?

Hi @adarsh_kotagiri,

Check your Integration Service connection. Maybe there is an issue with it.

  • Go to Orchestrator → Integration Service → Connections.
  • Check if your connection shows Connected.
  • If it’s expired or has an error, delete and recreate the connection.

Test the connection from Studio

  • Create a simple workflow using the same connection and a SharePoint activity. Then, try to execute.
  • If those activities also fail, the problem is with the connection.

Cheers!

@adarsh_kotagiri

Make sure you have add the connection of Sharepoint from integration services. And try to create event trigger. And while creating connector from integration services ensure that your creating for your working folder.

Happy Automation.

Hi

It worked for me when i entered the direct Url in the the below field, instead or checking the Folder

Thanks for the solutions