client
searchResults
client.firstName
and client.lastName
.${}
sign will be replaced with their coresponsing values from the process data. The message sent to the integration will look like:searchResults
, so the process data will look like:${searchResults}
) and the user will be able to choose whether to save the info from one of the results to the client data object.