Where are you putting the console.log() statement?
If you are putting it in the Pre-Request tab then this is expected to be the output as the request has not been made yet and as a result not populated.
If you move this statement to the Tests tab, it will populate those values for you.
Hi, I need it in pre request script, console.log just checking if I can get this data to use it later in prerequest.
I have a solution already, we can close the topic thank you