Issue with Generators Input? #1938
-
Hi All, would there be an Issue with Generators Input for TextArea ? When I grab the output from Select or Range Inputs via However, when I try to do the same on a TextArea Input, like ...
Using it to display does give the actual value
Any ideas on this ? Thx! Herman |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Try using two different fenced code blocks; the async generator is resolved between blocks (however, this is not specific to the textarea input, I'm struggling to understand why you'd see something different with other inputs if that's the only thing different). |
Beta Was this translation helpful? Give feedback.
-
@Fil , quick follow-up question if I may 😄 Is there a way to set an input value programatically and have it propage through the code blocks ? I'm trying to have some kind of 'import / export settings' functionality, so that I can read the input values, capture them in a JSON and set them on other given moments (via a button triggering a function) When setting an Thx a lot! Herman |
Beta Was this translation helpful? Give feedback.
Try using two different fenced code blocks; the async generator is resolved between blocks (however, this is not specific to the textarea input, I'm struggling to understand why you'd see something different with other inputs if that's the only thing different).