Add dynamic timestamp to request payload

How can I dynamically define the timestamp value in the body?

image

and i have make this code
image

Did this not provide you with the solution?

Adding it to an existing string value would just be like this:

{
    "idRichiesta": "0001234_00004555_{{timestampMs}}",
    "timestamp": "{{timestampMs}}"
}

1 Like

thank you Danny Thank you
We only need to use the following code so that it is 10 digits

image

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.