UiPath Documentation
studio-web
latest
false
Studio Web-Benutzerhandbuch
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Base64 to File

Convert a Base64-encoded string into a file using a native activity in the Studio Web API workflow designer.

The Base64 to File activity converts a Base64-encoded string into a file directly in the API workflow designer, without writing custom JavaScript code.

Use it when a step in your workflow receives a file as an inline Base64 string, for example inline image or audio data returned by an AI model, and you need a file to pass to a later activity.

Using the Base64 to File activity

To add a Base64 to File activity to your workflow:

  1. Wählen Sie auf der Arbeitsfläche Ihres API-Workflow-Designers das Pluszeichen (+) aus. Das Menü Aktivität hinzufügen wird angezeigt.
  2. Select More ..., then Base64 to File.
  3. Konfigurieren Sie im Eigenschaftenbereich die folgenden Felder:
    • Base64 - Enter a base64 file or a raw base64 string to convert to a file.
    • File name - Enter an optional name for the created file.
    • MIME type - Enter an optional MIME type for the created file.
  4. Debuggen Sie den Workflow, um die Aktivität auszuführen und Ausgabefelder für die spätere Verwendung zu generieren.
  • Using the Base64 to File activity

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