Discussion posts and replies are publicly visible
As per my understanding, the error occurs because Appian is trying to query a synced table that doesn't exist since sync was never scheduled.To fix: Either enable and schedule sync for this record type (UUID: 10414987-1995-45eb-9baf-eebaf764386a) to create the missing table, or disable sync completely and update all queries to non-synced format. The error repeats every minute because something (likely a timer/process) keeps querying this missing table.Just give a try and let me know if that works for you