dbellazzi
Level 3
since ‎01-02-24
2 weeks ago

User Statistics

  • 11 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

Hi everyone,I'm having trouble translating an .xlsx file into text using the LoadTextFile function. I also tried using the "Read All Text from File" task in the "File Management" object.What I get is 17753 characters but if I try to retrieve the "Cur...
Hi everyone,Using the Http utility object, where do the calls come from? From the BP server or from the machine where the code runs?Thank you,Daniel
Hi, I need to replicate this curl via utility-http:curl -X POST --data-binary @c:/profili/User/Desktop/AAAA.eml \ -H "Authorization: Bearer TOKEN" \ -H "Content-Type: application/octet-stream; name=\"File Name.eml\"" \ -H "Content-Transfer-Encoding: ...
Hi all, I need to interact with a Google Cloud Storage. As suggested in another post, it is possible through Utility - HTTP.  Can you give me support to define how to use Utility - HTTP for this need? Thanks,Daniel------------------------------Daniel...
Hi everyone, I need to interact with a Google Cloud Storage. Can you suggest me how to do it? I found information at the Connector for Storage Transfer API v1 link and followed the authentication setting activities in the manual. Then, when I try to ...