Hello,
I am building a reimbursement app and as part of the work flow we need to be able to pass a picture of a receipt the user uploads to a server that I can access using a REST API. Currently I am passing all data (amount, date, accounting info, etc) from powerapps into powerautomate to use the HTTP function and POST to the server. I have all my data working with this workflow except for images. I would preferably like to upload a raw image but base64 works as well I just need to get the uploaded image from PowerApps to my server using the Rest API. I was hoping I could just cite the image and get it using the .run command in powerapps to my powerautomate the same way I got the other data but that doesn't appear to work. Any Ideas?
Thanks,