Skip to content
Discussion options

You must be logged in to vote

Hi @Goffen

we've recently introduced function, a way to create dynamic data:

GET https://foo.com?id={{ newUUid }}

You can actually use it to give a unique id for each run even if it's the same file.

Also, when introducing function, we have "reserved" name starting with "newXxx" or "getXxx" so we could use it to implement something like this:

GET https://foo.com?id={{ getRunIndex }}

That will give you the index of the file ( similar of the job index but that will also work for sequential run).

In the same idea, we could add getEntryIndex to get the current entry index (see #847)

GET https://foo.com?id={{ getEntryIndex }}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jcamiel
Comment options

Answer selected by Goffen
@Goffen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
2 participants