hi marc, this one can be easily resolved. simply prompt your AI to strictly return each line as a json object inside an array. this means that your output must look like this: [ { "emotional": "Posttext inkl. Emojis & Hashtags" }, { "trendy": "Posttext inkl. Emojis & Hashtags" }, { "informative": "Posttext inkl. Emojis & Hashtags" }, { "storytelling": "Posttext inkl. Emojis & Hashtags" }, { "inspirational": "Posttext inkl. Emojis & Hashtags" }, { "image_ideas": "- Idee 1\n- Idee 2\n- Idee 3" }, { "video_ideas": "- Idee 1\n- Idee 2\n- Idee 3" } ]
@Marc1 .. details from a single column is very difficult to display across many rows in a collection.. there are a few work arounds but the easiest and most robust way to do this is to essentially have your workflow loop through all 8 outputs and add a row in the target table for each of the 8 outputs. so 8 outputs = 8 rows.. that can easily be displayed in any collection.. kanban, list etc
The customer is supposed to provide input, and the app should generate a response via AI with many different answers. There are several problems here. If I just use a rich text component, it results in a lot of text and becomes very confusing. I’ve now discovered “Hints,” which look a bit more structured thanks to the frames, but unfortunately only specific frame colors are available. I tried solving this with 6 containers and 6 rich texts, but the background colors of the containers aren’t particularly good either. Why is Glide so limited here?
The next problem is that the user can’t copy the texts and simply use them…
There are two ways to implement it:
Input and output on the same page – but it’s hard to separate them properly since I can’t use all colors."
Actually, I’m starting to think that Glide is too complex for me. Simple things like changing colors, modifying buttons, or adjusting container backgrounds aren’t easily possible. I do have the Maker plan, but I still miss many simple features
@Marc1 i think there’s something in the data architecture that’s not quite right..
i am unable to pinpoint the issue.. but if your goal is to make a social media post generator, it’s actually very easy to make on glide, especially if you have all these categorical dvisions.
here’s a checklist of what ideal architecture would look like:
a users table (use roles for deep access rights)
a categories table (list of different categories)
a posts table (each row represents an individual post)
as for ui customisation limits in glideapps, you can simply use custom CSS to enhance your components and app
if there’s anything else that is missed out, could you list an outline of your app (what it does and what you’ve built), here? other experts and i can identify the problem in this thread itself and help you out