Skip to main content
bhargavip7872
July 10, 2025
Question

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

  • July 10, 2025
  • 3 replies
  • 0 views

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.

3 replies

July 10, 2025

Hi [mention:484586e5bbd84be1a07ac4efa7e8b8a6:e9ed411860ed4f2ba0265705b8793d05], 

As far as I know, we can archive it through a workaround by changing the document name using Edit Document Properties smart service & passing http result to the name parameter it. 

bhargavip7872
July 10, 2025

thanks Dhivya, yup this is something I'm aware but want to checkout anything we can do without an extra step

shubhama926776
July 10, 2025

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.