Replies: 1 comment
-
You can use variable assigner to achieve this, which can make sure each time it will use the new value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
In a multi-round conversation, the sys.query can change in each round, but the custom variable input cannot be changed, It can only be the value of the first input. How can I set an input variable whose value can change in different round of a multi-round conversation for post requests?
2. Additional context or comments
For example, in a multi-round conversation, I pass "aaa" as the router parameter for a post request in the first round and "bbb" as the router parameter in the second round. However, the reality is that the parameter in the second round is not updated and is still the value "aaa" of the first round.
Beta Was this translation helpful? Give feedback.
All reactions