We tested the Lottie files, and they still don’t work as JSON in the Lottie element. What worked was uploading them to lottiefiles.com and using the Embed HTML code directly in a Text element instead of the Lottie element.
This is the embed HTML code:
<script src="https://unpkg.com/@dotlottie/player-component@2.7.12/dist/dotlottie-player.mjs" type="module"></script>
<dotlottie-player src="https://lottie.host/c3af43a5-095e-4b8b-aaf4-abbd57f2580f/P1u8mznpOK.lottie" background="transparent" speed="1" style="width: 300px; height: 300px" loop autoplay></dotlottie-player>
This is the integration UI:
You may need to create your own account on lottiefiles and generate the embed html code.
Thank you for your patience.