Displaying MQTT Subscribe Output

Displaying MQTT Subscribe Output

Hello, I am fairly new to the platform and was trying to create a simple Dashboard that displays information coming from a MQTT Broker. Looking through the help page from Tago, I've encountered the opposite version of what I'm doing: Taking an input from the Dashboard and publishing in a topic of choice (https://help.tago.io/portal/en/kb/articles/12-mqtt-process-data-publish-it-and-subscribe-to-a-topic#Processing_the_data), but nothing about the simpler version of showing data coming from a subscription.

Using the live inspector, I could confirm that the platform's broker is running and receiving the JSON im sending through the topic of interest, but I was unable to display it in my dashboard.

I imagine it is similar to the publish application, with an analysis code that runs when a trigger is met (a message arrives in the topic), but I could not find the syntax for the MQTT.subscribe tago service anywhere. How should I proceed with this ?

TL;DR: Need to show data on dashboard that arrives through mqtt subscription. How do I get it as a variable and how can I display it on the dashboard widget?