How can I track writes or updates to my channel
Latest activity Reply by Christopher Stapels
on 2 Nov 2023
Is there a way to get a handle or link to the database each time I do a WRITE or group of WRITEs? I need to access the set of records that comprises a user session, which could be many WRITEs. My impression is that Thingspeak appears as a continuous stream with no way to mark a set of WRITEs as a group or session. Methods I have tried like retrieval (READs) using timestamps and other after-the-fact queries are not very accurate or user friendly. Thanks.
1 Comment
Time DescendingYou might consider using the MATLAB datastore type. Also you could set a note in an unused field or in the status and then query for that note or character or session ID.
Sign in to participate