
Announcements
Im trying to append to a string an output of get file content function in powerautomate. Im trying to get an image. But when I try to to that, the appended turns to garbage data even though when I checked it on the output on the get file content function.
this is what I get
when I click this
but it turns to this when I try to append it to a string.
@BusinessApps may i know why you are looking to append string to file content where file is an image file? The Get File Content returns the binary of the file, so you cant append anything to that binary content.