Hello!
I would like to know whether it's possible to download binary data with SAP ERP connector (invoke function action). My intention is to download GOS attachments using SO_DOCUMENT_READ_API1 FM, which returns attachments as binary.
Thanks!
Andoni
Hi @jongilman ,
The CONTENTS_HEX object is hex, not base64 (so I have to convert from hex to base64). How can I handle HEX data in Power Automate?
Thank you!
Hey @jongilman , thanks a lot for your answer! I will give this a try once I troubleshoot my error with SAP ERP connector....(https://powerusers.microsoft.com/t5/Using-Connectors/SAP-ERP-connector-Cannot-invoke-RFC-timeout/m-p/2747620/highlight/true#M22860)
Yes, however what SAP calls "binary" is typically base64-encoded data, not actual binary data. Also, if the file is a text file, the data is returned in the OBJECT_CONTENT array. Your logic could be as follows:
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2