🙂 Expected behavior
Array types to be properly decoded. e.g. uint256[] / string[]
🫠 Actual behavior
It is being encoded as a single string blob.
🧪 Minimal test case
Just need to create a new on-the-fly ABI with such a signature in the Send generic input form.

✔️ Possible solutions
Add a new component to the UI to handle Array types, so it can parse the values to their correct types and encode the parameter as an Array.