✅ Use it to pass constants or named flags into the workflow without writing code.
🔍 What It Does
This action sends a custom value (usually astring
or a number
) into the LLM context or downstream action chain.
💡 Ideal for return tokens like"confirmed"
,"needs_human"
, or any logic label your assistant should work with.
🖼️ Action Interface

⚙️ Configuration Options
Custom Value (required)
Custom Value (required)
Type:
string
A fixed string or variable to return from the action.Examples:confirmed
next_step_ready
@userIntent
🔧 Tips
- Use this action as the final step in decision paths.
- Combine with branching logic or
Function
actions to determine return flow. - Return values can be used by LLM prompts or other actions like API Call, Send Message, etc.