In Complete The API response key's value automatically convert object to string?

I consume an API on L1 tab of vFlow 2.0. Tried to set its response path in complete, in this case: it convert object type value into string.
Then I tried defined object response rather than complete, in this case API is called without having entry in debugger-tracker but generate logs in vLogs.

In Complete The API response key’s value automatically convert object to string?

Hello @aakriti.kamboj,

To address the issue with a “complete” response, you simply need to use the ‘setVal(“response_path”)’ function to set the response. For retrieving an object-type response, employ the ‘control_copy’ task, parse the response, and store it at the specified path. This approach should resolve the majority of your issue, specifically regarding the “complete” response.

For issues related to defined object responses, please reach out to the product team or raise a ticket for further assistance.

Additionally a message to all the members of DECIMAL family :
Please use ‘setVal’ to store API responses rather than ‘getVal’, as ‘setVal’ is specifically designed for storing data.