Set state from backend workflow

Hi,
Does anyone have any clever way to set a state of an element on a page from a backend workflow? I have an api that has a webhook that triggers a backend workflow and when that backend workflow triggers, I want to be able to indicate to the user that the webhook has been triggered.

Is the only way to do it is to save to the database in the backend workflow and then “do when condition is true” and search for the item that is now saved to the database?

Thanks,
Paul

Maybe with when page is loaded or do every X seconds?

1 Like

That would work too. Thanks