I’m trying to have Studio pass an ‘Object’ type variable to my Apps dashboard. I want Apps to load the image so the user can see the result. The user will input an invoice number, then the robot will go get the image from a network location, and pass it back to apps so the user can see it through the Apps url.
Is this possible? If so, what variable do I pass into the ‘url’ box. I have changed the variable type to ‘Object’ to correlate with the out_argument from studio. I’m doing a load image activity within studio to get the image into an object, and passing that to Apps.