How can I access values extracted by an LLM within a For loop outside of that loop?(Ai Studio)
Summary:
Currently, the values are generated inside the loop during iteration. I attempted to assign those values to a variable within the loop and reference the variable after the loop execution, but the values are not accessible outside the loop scope.
What is the recommended approach or design pattern to persist and retrieve LLM-extracted values from within a loop so they can be consumed in subsequent steps outside the loop?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Fusion Ai Studio's 26A.
Code Snippet (add any code snippets that support your topic, if applicable):
0