You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Run feature and inputting a CSV so that my request can run for each row. My request URL and body both use a timestamp, but they will occasionally differ (or always differ if I use a more precise timestamp) while the request is being made.
POST localhost/.../...113552
{
"timestamp": "...113553"
}
Is it possible to generate a timestamp per run (row of the CSV) of each request and store it so it's consistent in the URL and body?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using the Run feature and inputting a CSV so that my request can run for each row. My request URL and body both use a timestamp, but they will occasionally differ (or always differ if I use a more precise timestamp) while the request is being made.
POST localhost/.../...113552
Is it possible to generate a timestamp per run (row of the CSV) of each request and store it so it's consistent in the URL and body?
Beta Was this translation helpful? Give feedback.
All reactions