SitesMasstec
Technical User
Hello colleagues!
I got the following response from an API request:
Request is:
Response is:
I wrote the code, using STREXTRACT function in order to extract the value following "cotacaoVenda". I shoud get the value 5.03500, but I got nothing!
My code is:
I understood the variable my_txtDolar should return 5.03500
I got the following response from an API request:
Request is:
Response is:
I wrote the code, using STREXTRACT function in order to extract the value following "cotacaoVenda". I shoud get the value 5.03500, but I got nothing!
My code is:
Code:
my_txtDolar = STREXTRACT(Resposta, [{"cotacaoVenda": }] )
I understood the variable my_txtDolar should return 5.03500