Get the Rest of the Address

  • Using the “Get” function, we can query the rest of the address information from the Contact Record that we already pulled into the function
  • We can always use the “Info” command after each “Get” function to double check our functions and ensure it pulls the right data
  • This is why we only define one argument. We don’t want to have to input so many values every time we test our function.
  • If we defined 5 arguments, one for Contact ID, Street, City, State, and Country, we would have to copy and paste 5 values every time we wanted to test the function!

JSON VIEWER