Skip to main content
Participant
September 29, 2022
Question

Can we send Bytes array as docx template in Generate From Word Document

  • September 29, 2022
  • 1 reply
  • 277 views

Hi

I am new to azure logic app and was trying the Adobe PDF connector. I am trying to use the "Generate From Word Document" Action but I am not sure what do you need to pass in the Template File Content. Can we pass Bytes Array? Cannot find what you need to set here?

Thanks for your help

Yann

    This topic has been closed for replies.

    1 reply

    Participant
    September 29, 2022

    when trying to pass the document content as base 64 encoded I get the following error - which I am guessing means that should be the wrong format to pass data.... so would love to know what to pass there:

    {
      "error": {
        "code""OperationException",
        "message""Either unsupported or corrupted file content provided. The only supported format is docx.; xxxxxx"
      }
    }