As I am just setting my app online, I am creating a debugging UI in UI builder to make sure that I have no errors in the backend code. It looks like this:
Everything works fine, except I want a way to bring error messages from the backend to this dashboard. I cannot use the logging API as there is no way codeless block to pull the data into the front.
Is there another way to do this?