Forum Discussion
AlexKaras
6 years agoChampion Level 3
Hi,
If you need just one value:
-- Create a project variable of Current Date type and set its format specifier to 't ampm' (without quotes);
-- Reference this variable in the body of request. For example, assuming that the variable was named as LTTime, request body in the request editor may look like this: {"value":"\vLTTime\v"}.
If you need new value every time:
-- Create project Data Generator variable of Date and Time type, set its format to HH:MM AM/PM and other properties as needed and reference the same way as above in the requests.
See LoadComplete documentation for more information.
Then you
Related Content
- 10 years ago
- 13 years ago
- 13 years ago
Recent Discussions
- 3 years ago
- 3 years ago
- 4 years ago