Automate variables

Hello,

I have an api collection that has been transformed from php to json.
I would like to retrieve certain data and transform them into variables to then integrate them into API requests automatically.

Currently I have a list of variables that I would like to automatically integrate into queries (see attached before/after photo)
And in the query for the photo “currently”, I would like to be able to automatically save this data in the variables.

Is it possible ? Is there a function allowing this action?



Hey @security-geologist-1 :wave:

Welcome to the Postman Community! :postman:

Apologies it’s been so long for a response - I’m not 100% sure what you’re trying to do with that. It might be the way the images are structure or it’s just me not getting it. :grimacing:

Would you be able to break it down a but more please, more a simpler version of the solution that you’re looking for here.

When I import a collection into postman

in the body of my requests, the information is presented like this

You have the name of the data on the left (corresponding to the creation form fields on our CRM) and on the right the value to be filled in for this field.
I want to turn this value into a variable so that it looks like this

Is there anything I can do to transform the values to be filled in into a variable automatically, without having to go field by field to transform it into a variable?

I don’t know if I’m making myself clear.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.