I have an app where I build a collection of items from a purchase order.
I iterate through the collection and retrieve the image URL of each of the product images so I can display the images next to their description.
Once I'm done editing/changing/reviewing the items in the collection I have a save command that runs a Patch command on a sharepoint dataverse table. One of the columns in the table is an image column.
I setup a sample table with just a product name and an image column for testing how to patch the image.
I use a flow function to pull the image from a given URL into a collection; again just for testing.

The data comes back apparently in the correct image format?

When I try to use this to patch the test table, I'm getting an type mismatch error, it says the ProductImage column field is expecting a record?
When I run the patch command using an image control whose property is First(Col).imagedata it works no problem.
Unfortunately I can't use the image control because I need to patch this as I'm iterating through my PO items.
Any ideas what the right syntax is here?
