Here are the steps to retrieve stored contact information from storage:
- First, add the contact information to storage using the ‘Add to List’ action.
- 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.
- 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.


