Has anyone discovered a way to pass a list of values directly from the output of a query into an addon? I have an addon which does some aggregate calculations, based on an array of values (which it looks up) for the input. The problem is though - I can't find any way to pass ANY list value as an output into the addon (it only seems to allow single values), since fields returning a list are simply not listed as available options?
It seems to be achievable using a variable, but that then adds a bunch of overhead since I will need to do the variable population within a loop. If I could simply pass the array straight to the addon, I could eliminate all loops from my code and simplify things dramatically.
Any thoughts, or is this a limitation of Xano?