Not able to save API response in workflow variable
# 🤝help
s
i have been trying a lot since last few hours, but i am not able save the the short_url received in the axios response in workflow.paymentLink variable. As per the log payment_link is correctly getting assigned the desirable value but workflow.paymentLink is always empty.

https://cdn.discordapp.com/attachments/1145463652330250382/1145463652862935151/image.png

https://cdn.discordapp.com/attachments/1145463652330250382/1145463653118783498/image.png

https://cdn.discordapp.com/attachments/1145463652330250382/1145463653429158019/image.png

a
Can you try wrapping the response to string? That should work
s
I found a solution, when I code is like below it is working

https://cdn.discordapp.com/attachments/1145463652330250382/1145611745495363614/image.png