Trying to group multiple fields/channels into a single Tweet

Champlain College on 18 Apr 2022
Latest activity Edit by Christopher Stapels on 18 Apr 2022

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 :)

Christopher Stapels
Christopher Stapels on 18 Apr 2022 (Edited on 18 Apr 2022)

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 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 this example ).