How can I insert the variables / values from a previously step into my code block ?
You see my static value - i want to bring the value from the “chat” input step?
would be great if you can provide me with the right code snippet how to call this message “item” in the code block.
Many thanks in advance heros!° Simon
You can access these inputs in your code using inputs.key , where key is the name you assigned. In your example, you named it message. So inputs.message holds the value of [Chat UI Message].
inputs.key
key
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.