Control Output Based on Form Selection

I’m trying to control the output of a pickaxe form by outputting different sections based on a user multple checkbox selection question. What is the best way to do this? I’ve tried language referencing the users preferences or the specific question, but it outputs all of the sections regarless of user selection.

2 Likes

Hi @timothy,

You need to build a good prompt. This could be your starting point (provide examples). It works with the knowledge base as well.

If you want a purely deterministic output, then the solution is to use a custom action that runs an automation with Make.com but it is a bit more complex to set up

You can check my video here:

Ok, thanks. I started over focusing on the conditional logic and after many attempts I finally got the language and structure right to make this work properly.

2 Likes

HI @timothy . Ive also been grinding away at trying to make very specific outcomes for the user depending on form answers.

Do you mind sharing any insights that you have learned or sharing a snippet of your prompt structure.

Id really appreciate it because ive been wrestling with this kind of thing for way too long :sweat_smile:

1 Like

I’d reccomend starting with only the basic conditional logic to test on your form. Start as simple and basic as possible and then slowly add to it. Use chatGPT for help with improving the prompt.

Very helpful. Thankyou!!

Is it possible to add form elements to a normal chat?

Right now it is not possible to add form elements to a chatbot interface. Maybe in the future.