I’m having an issue where AI-generated text sent from Zapier → Adalo shows up correctly in my Adalo database**,** but doesn’t display on screen when using Magic Text — even though other properties from same collection appear fine when using Magic Text.
I’ve already added multiple Formatter by Zapier steps to clean the text, including:
-
Removing HTML tags
-
Replacing invisible/control characters with regex:
[\r\n\t*•\-\u200B\u200C\u200D\uFEFF\u00A0]+|[“”‘’]|[…]|[^\x20-\x7E]
The cleaned text saves perfectly into my Adalo property, but it still doesn’t render in the app UI — neither in a text field nor in the Video Scroll component.
Has anyone else run into this? Could it be something about how Adalo handles text encoding or sanitizes AI-generated strings from Zapier?