When I use copilot to generate code, it is able to know how to programmatically access a variable declared in the editor. For example, a user-defined variable “compressedFiles” is converted to context.workflow['some_sort_of_id] etc… Now that copilot is unusable for me (several days now), I don’t know where to look to find these variables. Any idea how I can do that?
When you click on the variable you want to insert into your code - where your cursor currently lies, it should insert it in that format, if you’re using JS (not Formula).
Wonderful, Thank you very much!