I've got an HTML SDK macro that walks a user through getting some files from a server. I'd like to output the base64 strings for each file they choose.
| Name | Contents |
| File1 | base64 contents |
| File2 | base64 contents |
I'm using v2 of the SDK. How do I write to the output stream? I've tried things like Alteryx.Plugin.II_PushRecords, but Alteryx.Plugin is undefined. I'm assuming that's part of v1 and it's different in v2?
Thanks