String Input

This function block allows users to manually enter a string value that can be utilized as input in other blocks. It provides a simple interface for text entry.

📥 Inputs

This function block does not have any inputs.

📤 Outputs

String This output provides the string that is entered by the user.

🕹️ Controls

String Input Field An editable text field where users can type in their desired string.

🎨 Features

User-Friendly Interface The block features a straightforward and convenient text input interface, making it easy to use for non-technical users.

Real-time Output The string entered in the input field is immediately available as output.

📝 Usage Instructions

  1. Enter a String: Click on the input field and type in your desired string. Use the placeholder as a guide.

  2. Connect Outputs: Connect the outputs from this block to any following blocks that require string input for processing.

  3. Evaluate: Run the block to send the entered string to the outputs.

📊 Evaluation

The block outputs the currently entered string, allowing passing the string to other components of your workflow for further processing.

🛠️ Troubleshooting

No Output Produced

Ensure that you have entered a valid string in the input field. If the field is left empty, any attempts to retrieve a string will result in an empty output.

Long Text Handling

If entering long strings, ensure your workflow is designed to handle the length accordingly. It might be a good idea to use String Operations to extract or manipulate necessary parts when interacting with other blocks.

Last updated