Passing Down Event Trigger properties to process

Hi all,

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.

Can anyone help out?

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.

Hi, @arjun.shiroya but how can I do that?

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.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.