Backend workflow changes data, but sometimes doesn't reflect on front end

  1. I have a Thing (e.g. of type Data type) displayed on the frontend.
  2. The user activates a backend workflow that takes ~10 seconds to run.
  3. This backend workflow would populate a List of texts in the Thing.
  4. I run this frontend workflow every time the List of texts is not empty.

image

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?

This topic was automatically closed after 70 days. New replies are no longer allowed.