I set up two macros in a Macro Library to get me a random index and a random item in an array. They’re both pretty simple:
The random index macro works fine, but when I try to use the random item macro it gives me the error “Error The type of Target Array is undetermined. Connect something to GetRandomArrayItem to imply a specific type.” Looks like it gets confused when a macro with a wildcard calls another macro with a wildcard. For now I can change the random item macro to do this instead
and it works, but it would be nice to be able to chain the two macros together.