Just a heads-up, I'm new to FlutterFlow, so I may not fully understand how some of the widgets behave.
I am building an application that allows users to generate job descriptions based on current assignments, pulling data from the assignments collection fields. I have successfully configured ChatGPT to generate formatted text (HTML/Markdown), but Iโm encountering an issue.
When I use a rich text widget or the Markdown widget to populate the information, users are unable to edit it. On the other hand, if I use a standard text input field, the response appears incorrectly formatted. Iโve tried two alternative solutions from the marketplace, but I keep running into errors.
Any suggestions?