AskAppend["key"]
is a construct for use inside AskFunction that asks for a new value, appends it to the current value associated with "key", and returns the resulting list.
AskAppend["key"formspec]
uses formspec to define how input should be requested and interpreted.


AskAppend
AskAppend["key"]
is a construct for use inside AskFunction that asks for a new value, appends it to the current value associated with "key", and returns the resulting list.
AskAppend["key"formspec]
uses formspec to define how input should be requested and interpreted.
Details

- If there is no value yet associated with "key", AskAppend will put the new value it obtains in a list.
- Executing AskAppend again with the same key will append each new value to the list associated with the key.
- If there is an existing value associated with "key" that was obtained from Ask, AskAppend will put this value in a list before appending a new value.
Examples
open all close allBasic Examples (2)
See Also
Related Guides
Related Workflows
- Create a Conversational Interface
History
Text
Wolfram Research (2016), AskAppend, Wolfram Language function, https://reference.wolfram.com/language/ref/AskAppend.html.
CMS
Wolfram Language. 2016. "AskAppend." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AskAppend.html.
APA
Wolfram Language. (2016). AskAppend. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AskAppend.html
BibTeX
@misc{reference.wolfram_2025_askappend, author="Wolfram Research", title="{AskAppend}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/AskAppend.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_askappend, organization={Wolfram Research}, title={AskAppend}, year={2016}, url={https://reference.wolfram.com/language/ref/AskAppend.html}, note=[Accessed: 13-August-2025]}