Hi there, this is my first post and my first project in FlutterFlow, and I would really appreciate some help.
I've been using the free "Industry Prompter App" template by Andrew Daniels and it's great but I'm still trying to figure out 2 things:
1) When you click the button that takes you from the first screen (input form) to the second (GPT chat), the entire engineered prompt appears in the chat and needs to be manually sent before the answer is received. I'd like the answer to appear immediately in the second screen's chat, without revealing the engineered prompt to the user at all. How do I go about this?
2) The prompt we send is a Text Combination stitched together from the answers the user inputs into the form. However, when I change some of the questions to allow multiselect it "breaks" the logic, instead of including 2 or 3 different answers in the prompt. Any ideas?
Thank you all and happy building!
Matan