Text to JSON

Package a text input into a JSON output.

The Text to JSON feature packages a text input into a JSON (JavaScript Object Notation) output. This format is the most common way to store and work with data through APIs. You can also add instructions to guide the feature into creating the exact output you need for your workflow.

New to JSON? Check out our guide to APIs and JSON.

Adding the Text to JSON feature

In the Data Editor

  1. Open the table where you want to use the Text to JSON column.

  2. Add a new basic text column for the Input. The input can be any column that contains text, so if you’ve used another action or computed column to create a text result, you can also use that text result as the Input source.

    • New columns added with the plus button will always appear on the right. If you'd like to add a column somewhere else in your data, you can select the dropdown menu on an existing column and choose Add column right. You can also click and drag columns to rearrange them.

  3. Add a Text to JSON column to store the result. Search for “Text to JSON” or navigate to AI → Text to JSON.

  4. For Instructions, enter custom text to create more specificity for your prompt.

  5. For Input, use the Input column created previously.

  6. Note: If the action will be triggered in the Workflow Editor, then add a basic number Result column where the result will be stored.

  7. Click on Done.

In the Layout Editor

  1. Add a component that supports actions such as ButtonHint, or Rich Text. Bind this component with the column where the output is stored.

  2. In the configuration panel on the right, in the Actions menu, select the Text to JSON action.

  3. Name the action and choose an icon.

  4. For Instructions, enter custom text to create more specificity for your prompt.

  5. For Input, choose the column where the text to be analyzed is stored, or enter custom text.

  6. For Results, select the column where the results should be stored.

  7. To display the text that results from the action, add a Text Component and use your results column as the source. This will instantly show the generated results to your users.

  8. To enable users to adjust the instructions, add a Text Entry Component pointing to an Instructions column with the adjustments you want made.

  9. To enable users to adjust the input, add a Text Entry Component pointing to the Input column to be able to change the input.

In the Workflow Editor

  1. If you have not yet set up the columns you'll need in the Data Editor, start with the steps above.

  2. Select the (+) plus symbol or the + New Workflow button.

  3. Select the data source of the screen where the action will be triggered.

  4. Add Text to JSON as the first step of the workflow, or add it to an existing custom action flow.

  5. For Instructions, enter custom text to create more specificity for your prompt.

  6. For Input and Result, use the Input and Result columns created previously.

  7. Optionally, add a Show Notification action at the end of the workflow to notify the user.

Frequently Asked Questions

Have a question about Text to JSON? Ask the Glide community.
Need more help? Hire an Expert.

Updated more than a week ago
Was this article helpful?