🖥
🖥
🖥
🖥
AugeLab Studio Manual
English
Ask or search…
K
Comment on page

String Input

This block allows you to create string type data.

String Input Node Documentation

The String Input node in AugeLab Studio allows you to enter a string value. This node is useful when you need to provide a string value as input to your workflow.

Node Overview

The String Input node provides a text field where you can enter a string value. The entered string is outputted by the node.

Node Interaction

  1. 1.
    Drag and drop the String Input node from the node library onto the canvas in AugeLab Studio.
  2. 2.
    Enter the desired string value in the text field provided by the node.
  3. 3.
    The node will output the entered string value.

Input and Output Sockets

  • Input Sockets: None
  • Output Sockets:
    • String: The entered string value.

Implementation Details

The String Input node captures the string value entered by the user and outputs it as the result. The entered string value is stored in the node's internal state and returned whenever the node is evaluated.

Usage

  1. 1.
    Drag and drop the String Input node from the node library onto the canvas in AugeLab Studio.
  2. 2.
    Enter the desired string value in the text field provided by the node.
  3. 3.
    The node will output the entered string value.
  4. 4.
    Connect the output socket to other nodes in your workflow to use the entered string value in further processing or analysis.

Notes

  • The String Input node allows you to enter a string value.
  • The entered string value is outputted by the node.
  • You can connect the output socket to other nodes in your workflow to use the entered string value in further processing or analysis.
  • The node does not have any input sockets.
  • The string value entered in the node is stored in the node's internal state and returned whenever the node is evaluated.
  • Use the String Input node when you need to provide a string value as input to your workflow.
  • Combine the String Input node with other nodes to build more complex workflows that involve string manipulation, text analysis, or string-based operations.
  • The String Input node is useful for scenarios where you want to interactively enter a string value as part of your workflow.
  • The entered string value can be used in subsequent nodes to perform operations or calculations based on the provided input.
  • The node outputs the entered string value as a string data type.
  • The String Input node is resizable horizontally to accommodate longer string inputs.