How do I make openAI use multiple inputs in order to give a result?

Basically, I want to make a “choice” input, but I want to make a couple of them. I want the result of the multiple “choice” inputs to be the result.
For example, if there’s a drop-down choice menu that has different fruits, and another saying different colors. The prompt input is “what will this fruit look like if it is this color: answer as ‘this fruit will be color.’” It could answer it as “the banana will be blue.” (This is obviously not what I’m trying to achieve, just an example)
How would I make it so that it uses both those different drop down menus?

Hello, try using a template column to combine various data into a single input.

Got it. Thank you so much for the quick response.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.