VBScript (or any scripting action for that matter) in PAD will not accept any variable types other than a string. So, if you want to push an entire table to VBScript, you will first need to convert it into a string (like a JSON blob, for example) and then parse it in the script itself. It won't work any other way.
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.