Surprised to see there's no PubSub feature in Retool. Where an app could subscribe to a PubSub topic and act when receiving an event.
Example use case:
- An app is showing a table with data coming from Snowflake
- An external service edits data in that Snowflake table
- Once done, that external service could then send an event to pubsub that could get catch by the retool app to update the table on the Retool UI