Hi, I'm making a HTTP request to return user data based on email address.
The request returns a large chunk of data and I only want to extract one piece, is there a formula I can use to extract only the one piece of information I need and save as a variable?
Below is the schema with the information I'm looking to save highlighted:
kind: Record
properties:
data:
type:
kind: Table
properties:
balance: String
branch: String
courses:
type:
kind: Record
properties:
count: Number
list:
type:
kind: Table
properties:
formatted_name: String
from_timestamp: String
id: String
issued_certificate: String
score: String
status: String
to_timestamp: String
email: String
id: String
login: String
name: String
surname: String
executionDuration: Number
success: Boolean
version: String