Data Storage to use other pieces

@kogo

Here are the steps to retrieve stored contact information from storage:

  1. First, add the contact information to storage using the ‘Add to List’ action.

  1. In the subsequent actions, retrieve the stored value from storage using the ‘Get’ action. Note that the output of this action is a JSON string, not a JSON object. To convert this string into a JSON object, use the JSON piece.

  1. Use the JSON piece with the ‘Convert Text to JSON’ action. This will convert the JSON string into a format that can be used in the following steps.