UiPath Documentation
marketplace
latest
false
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Marketplace-Benutzerhandbuch

Letzte Aktualisierung 1. Apr. 2026

Rufen Sie Kanäle ab

Überblick

Using your search parameters (QueryOptions) and specified team (TeamId), the Get Channels activity calls the Microsoft Graph ListChannels API to retrieve the channels that match your query.

After retrieving the channels, the activity returns its properties and relationships in a Channel[] object (Channels) that you can use as input variables in subsequent activities (for example, Channel(0).Id in Get Messages, Send Message, and so on).

Wie es funktioniert

The following steps and message sequence diagram is an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.

  1. Schließen Sie die Einrichtungsschritte ab.
  2. Add the Microsoft Teams Scope activity to your project.
  3. Add an activity or run an external process that outputs a Team.Id value (e.g., Get Teams).
  4. Add the Get Channels activity inside the Microsoft Teams Scope activity.
  5. Geben Sie Werte für die Eingabeeigenschaften ein.
  6. Create and enter a Channel[] variable for your Output property.
  7. Führen Sie die Aktivität aus.
    • Your input property values are sent to the ListChannels API.

    • Die API gibt den Wert Channel[] an Ihre Ausgabeeigenschaftsvariable zurück.

      docs image

Eigenschaften

Die Werte für die folgenden Eigenschaften werden beim Hinzufügen dieser Aktivität zu Ihrem Projekt in UiPath Studio angegeben.

docs image

Allgemein

DisplayName

Der Anzeigename der Aktivität.

AttributeDetails
TypString
ErforderlichJa
StandardwertKanäle abrufen
Zulässige WerteGeben Sie eine String oder String -Variable ein.
HinweiseKeine Angabe

Eingabe

Team ID

Die ID des Team -Objekts, von dem Sie Kanäle abrufen möchten.

AttributeDetails
TypString
ErforderlichJa
StandardwertLeer
Zulässige WerteGeben Sie eine String oder String -Variable ein.
HinweiseTo get the Team.Id value, use an external process or activity that includes the Team.Id value in its output (for example, Get Teams or external API call)

Sonstiges

Private

Falls ausgewählt werden die Werte von Variablen und Argumenten nicht mehr auf ausführlicher Ebene protokolliert.

AttributeDetails
TypKontrollkästchen
ErforderlichNein
Standardwertnicht ausgewählt
Zulässige WerteAusgewählt oder nicht ausgewählt
HinweiseKeine Angabe

Optionen

Abfrageoptionen

Die Suchparameter, die Sie beim Abrufen Ihrer Kanalliste anwenden möchten.

Attribute

Details

Typ

QueryOption[] (OData-Syntax)

Erforderlich

Nein

Standardwert

Leer

Zulässige Werte

Geben Sie eine QueryOption[] oder QueryOption -Variable ein.

Hinweise

  • Enter your value using an OData system query option ; the format is as follows: _{New QueryOption("Option", "OptionParameter")} .
  • For example, if you want to apply the $filter option, you would enter "filter" as the first string and then enter a filter parameter as the second string (e.g., {New QueryOption("filter", "displayName ne 'General'")} .

Ausgabe

Kanäle

An array of channels (Channel[] object) that match QueryOptions value.

Attribute

Details

Typ

Channel[]

Erforderlich

Nein (erforderlich, wenn Sie die Ausgabedaten in nachfolgenden Aktivitäten verwenden möchten)

Standardwert

Leer

Zulässige Werte

Geben Sie eine Channel[] -Variable ein.

Hinweise

  • The variable you create for this property can be used as an input variable in subsequent activities (e.g., Get Messages , Send Message , etc.).

    * When using this variable as an input property value, specify the item in the array that you want to use (e.g., createdChannels(0) ).

  • The Channel object includes multiple properties and relationships that you can use in other activities.The example image below shows some of the properties that you can return.
  • Note - some properties listed in the designer are not applicable to the Channel object (e.g., Visibility ). For a list of the applicable Team properties, visit the links above.

Beispiel

Die folgende Abbildung zeigt ein Beispiel für die Aktivitätsabhängigkeitsbeziehung und Eingabe-/Ausgabe-Eigenschaftswerte.

For step-by-step instructions and examples, see the Quickstart guides.

docs image

  • Überblick
  • Wie es funktioniert
  • Eigenschaften
  • Allgemein
  • Eingabe
  • Sonstiges
  • Optionen
  • Ausgabe
  • Beispiel

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben