Design an AI product that tells you if something is a good idea
Example of a product that answers a yes or no question and provides a reason.
Add text nodes
Add one text node for the question and one for the description.
Create a multi-variant component
Yes
, No
, and Null
. We need a Null
variant to use before we make our first request or if we decide to reset the variable. These names can be upper or lower case, and you can name the variant property anything you like—for the purpose of this example we’ll name it “Response”.Create a local variable
Add an instance of your component to your design
Apply auto layout
Create a request
Define your schema
Make an initial request
Sync response data with text nodes and variable