Hello,
I am trying to create a flow that would automatically move Sharepoint rows from one list to another list. The content itself is working fine, but I have two image columns that I am struggling to move. So far, I have:
The Get Items and the Create Item are both working appropriately, with the exception of the Image columns (RequestPic1 and RequestPic2 - right now I am only creating the code for RequestPic1 [I'll add RequestPic2 once I get RequestPic1 working]).


When I run the flow, it is appropriately finding the URL of the image (nothing is failing), but it's not posting it to the file. I'm sure there's something that I'm not doing, but I'm not sure what I should be including in the body to get it to post.

Any ideas? Thanks!