Hi all,
I'm just starting to use the Invoke Web Service step, and I was wondering if there's a way to retrieve a specific field from a response? For example, if I send a GET call that pulls back a customer's information with fields like "First Name", "Last Name", and "Address", how do I pull just the first name from the response? I know I could probably write a substring that gets specific characters, but that seems a bit messy and unreliable. In other programming spaces it would be something like Response.Data("First Name") or something of the sort.
Thanks for the help.
EDIT: I should mention that this is a REST call using JSON.