In prompt: is there a way to get the answer to a previous prompt as a value in transform or default? #309
Unanswered
seanonthenet
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @seanonthenet, sry for late reply! No, it's currently not possible, but it is something we should implement. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set the value of a prompt based on a previous prompt's answer. I know I can use
before
orafter
methods but I don't see a way of extracting previous answers from them and using them in the current prompt.Thanks for any help :) :)
Beta Was this translation helpful? Give feedback.
All reactions