Is there a way to do either of these things? (sorry in advance for the noob question)
- Get a list of all the data containers being actively used by the app at a given time?
- Get the name of a data container. i.e., given a context block, get it’s name. This is particularly relevant in a custom function. e.g. I pass in an argument called “filePath” with a value of “/root”. I want to return “filePath” using the context block that is created when I pass the argument in
- Get a list of all the variables in use and their values (i.e. reference the ‘data container’ where variables are stored)
Thanks!
James