Hi,
I'm taking a picture with powerapps and running a flow and writing back to powerapps.
My flow looks like this:

In powerapps, I run the following: UpdateContext({conPhoto: Camera1.Stream});
Collect(ColOCRText,(DEV_BUSCARD.Run(conPhoto)))
The output is flow is like this:

The collection is however empty.

Can anyone assist here please?
Thanks