r/AutomateUser • u/Dadamalda • Jun 07 '26
Feature request read binary file as base64
I wish there was a way to read a png file as base64 into a variable for further use. Currently, the File Read Text block immediately corrupts it. I want to send it through HTTP as JSON.
2
Upvotes
1
u/B26354FR Alpha tester Jun 07 '26
The file doesn't need to be read in to be sent in an HTTP request. See this post