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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
In pre-request/test scripts I had the option to use pm.variables.replaceIn('{{$randomX}}'), but now with Data nor Durables I don't as far as I know... I need to save the random stuff I generate, because I reuse it in the same Flow, introducing new variables defeats the purpose of Flow, as I want to reuse the same request multiple times for different test cases, also the data I want to create is a more complex JSON list of objects...
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
-
In pre-request/test scripts I had the option to use
pm.variables.replaceIn('{{$randomX}}')
, but now with Data nor Durables I don't as far as I know... I need to save the random stuff I generate, because I reuse it in the same Flow, introducing new variables defeats the purpose of Flow, as I want to reuse the same request multiple times for different test cases, also the data I want to create is a more complex JSON list of objects...Anyone managed to make a workaround this issue?
Beta Was this translation helpful? Give feedback.
All reactions