Need to get value from string that contains in array + set it to variable

Hello everyone!
So I have an array in response, for example:
โ€œdataโ€: [
{
โ€œfield1โ€ : โ€œ2โ€,
โ€œfield2โ€ : โ€œ5.12312โ€
}

variable - test

And Im trying to get 5.12312 into my variable, and than I want to use this variable for next test with another end point (but this is already another story) main problem that this value could be dynamic and will change from time to time.

Iโ€™m sorry for question like this, just new to all this things with API and Postman) But iโ€™m already in fire :smiley: