Can I provide Name of the document as I receive in the response of the API

Certified Lead Developer

Hi Everyone,

I'm receiving filename and content_base64 from an API which I'm calling it in Integration and in the response of the integration using following way

Can I provide Name of the document as I receive in the response of the API where i get the filename.  I tried to access it but didn't workout

thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    There is no way to achieve dynamic filename mapping within the integration object itself. The Name field in Response Body Parsing only accepts static values or expressions, but does not have access to fv!result or the API response data. This is a design limitation in integration object. Dynamic filename handling must be done outside the integration, typically in a process model or expression rule after the integration executes.

Reply
  • 0
    Certified Lead Developer

    There is no way to achieve dynamic filename mapping within the integration object itself. The Name field in Response Body Parsing only accepts static values or expressions, but does not have access to fv!result or the API response data. This is a design limitation in integration object. Dynamic filename handling must be done outside the integration, typically in a process model or expression rule after the integration executes.

Children
No Data