How can I track writes or updates to my channel

Andrew Clark on 1 Nov 2023 (Edited on 1 Nov 2023)
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.

Christopher Stapels
Christopher Stapels on 2 Nov 2023
You 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.