Good to hear that it worked Rajasekhar.
Original Message:
Sent: Jun 18, 2026 02:49 PM
From: Rajasekhar Etikela
Subject: How to save the message sent by REST Step
Thank you Prema. it worked.
Regards,
Rajasekhar
Original Message:
Sent: Jun 18, 2026 01:13 PM
From: Premalatha Gadde
Subject: How to save the message sent by REST Step
Hi Rajasekhar,
The request sent by the REST step is in Step Request Event but not in a property. I think you configured the request in the REST step which uses some properties from your VS and evaluates before executing the step.
As the request is not stored in a property, you can use "Output Log Message step" before your REST step and have the same message what your REST step has. When the "Output Log Message step" is executed, its response is in a property and you can use that. This workaround doesn't need any code. See the below screenshots.


Hope the information helps.
Regards,
Prema
Original Message:
Sent: Jun 17, 2026 07:56 AM
From: Rajasekhar Etikela
Subject: How to save the message sent by REST Step
Thank You Sankar.
I have a REST step in my VSM. After responding from VSI, i will be sending another message to an API using REST step. Want to store the message sent using REST step. Below is the sample json message with variables. Variables will be replaced by actual values before sending. I want to store the actual message sent by REST step. Please suggest a way to store as a variable/property.
Sample Message:
{
"transaction_date": "2021-04-22T18:27:54.057Z",
"payment_status": "{{status1}}",
"notification_status": "{{Status}}",
"status_memo": "string",
"participant_reference": "{{ref_Value}}"
}
Regards
Rajasekhar
Original Message:
Sent: Jun 17, 2026 02:03 AM
From: Sankar Natarajan
Subject: How to save the message sent by REST Step
Hi Rajasekhar
Would you like to save the message (lisa.vse.request or lisa.vse.response)
as another variable/property or persist it to a file? This could be done
using a scriptable DPH. Please let me know your exact requirement and I
will share a sample implementation.
Regards
Sankar Natarajan