Hi Niotron
Anyone can help me After a Post rrquest i’ve got this response in json
How can i split ??
{ “status”: 200, “message”: “OK”, “currency”: “USD”, “balance”: “0”, “balance_USD”: “0.00000000” }
How can i get the balance and the message ??? I don’t know how to start. Please any help
Use JSON Text decode block of Web Component to paste the stringified JSON and then use lookup in pairs block (available in list section) to get the message and balance
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.