I created an Event Trigger for MS Teams (connection via Integration Service). The trigger runs a process when a new message is posted on Teams channel.
What I can’t figure out is how to pass down the user message to the process.
Hi, @mateusz.orczewski you can integrate service to pass the users message as an input argument to your UiPath process… Then in your process create a matching input argument to receive and use the message content directly.
I can see some tutorials how to do it in Integration Service but recently the triggers were moved to the orchestrator Automations->Triggers->Event Triggers and in there I can only see the Input Arguments of the process that I created in UiPath Studio. I don’t see any indication of variable that I can pass down.
EDIT:
This is probably the answer:
I found package UiPath.IntegrationService.Avtivities with Teams triggersso now I have everythning.