- I have a Thing (e.g. of type Data type) displayed on the frontend.
- The user activates a backend workflow that takes ~10 seconds to run.
- This backend workflow would populate a List of texts in the Thing.
- I run this frontend workflow every time the List of texts is not empty.
Most of the time it works. But sometimes this frontend workflow doesn’t trigger, even when the List of texts is already populated in the database.
Any idea why? How do I make this more fool-proof?