AI Generate Product Descriptions

The screenshot I’ve posted is a form on my app for users to add listings to a marketplace.

I’m trying to add a button in that form where AI is able to reference what is in the “Title” Field (ie 60 inch knoll desk) and input the description, weight, and estimated value field for the user. Would anyone be able to provide direction on how to do that?

You are in a good direction.

I suggest you to use a helper table and use that table as the screen source. Then, move out your components from the form container.

Create a workflow:

  1. You can make that button run a Text to JSON.
  2. Set that result to a text column.
  3. Use JSON Query to get every property you need.
  4. The set column values on your inputs from these queries’ value.

If he’s already building a custom form, I would use your method here.

Just feed it a JSON and connect all required values to be filled. This worked for me a few days ago.

Might even work in a native form, I believe, I haven’t tried.

1 Like