Hi! As the title says, I want to group the data readings from multiple fields and channels into a single formatted tweet. Kinda of like a status report tweet for a few different sensors I have running. Is this possible? My current understanding of the MATLAB analysis/react is that it can only do 1 field at most. Any help would be greatly appreciated by this stresses out college senior :) Trying to group multiple fields/channels into a single Tweet I dont think there is a limit in either except for the tweet size limits. Use %%channel_CHANNEL_ID_field_FIELD_NUMBER%% %%second_channel_CHANNEL_ID_ field_FIELD_NUMBER%% in the post when you call your thingtweet. I would recommend also considering the <https://www.mathworks.com/help/thingspeak/alerts-api.html alerts service> as well. It shows how you can use MATLAB analysis to trigger a custom email with whatever channel info you need(as in <https://www.mathworks.com/help/thingspeak/analyze-channel-data-to-send-email.html this example> ). help advice