Comment on page
String Input
This block allows you to create string type data.

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.The
String Input
node provides a text field where you can enter a string value. The entered string is outputted by the node.- 1.Drag and drop the
String Input
node from the node library onto the canvas in AugeLab Studio. - 2.Enter the desired string value in the text field provided by the node.
- 3.The node will output the entered string value.
- Input Sockets: None
- Output Sockets:
- String: The entered string value.
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.- 1.Drag and drop the
String Input
node from the node library onto the canvas in AugeLab Studio. - 2.Enter the desired string value in the text field provided by the node.
- 3.The node will output the entered string value.
- 4.Connect the output socket to other nodes in your workflow to use the entered string value in further processing or analysis.
- 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.